aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-01-22 14:46:24 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-01-22 14:46:24 +0000
commitcf9e4db092f23fafee4cd0e7395c6f7cc22dd957 (patch)
treec801010a2f5e63bbfb0095568c67d1299ef68d39
parent386378458b7ed21562ad6f703789bbaaaf46ba51 (diff)
downloadmeta-opie-cf9e4db092f23fafee4cd0e7395c6f7cc22dd957.tar.gz
layer.conf: fix parse errors in some git recipes when not using git version
Fixes errors during parsing certain recipes (eg. opie_mediaplayer1) when user hasn't "require"d conf/distro/include/preferred-opie-git-versions.inc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index dd1661d..ebf1f52 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,4 +16,5 @@ OPIE_GIT = "git://gitorious.org/opie/opie.git"
# Prevent parse errors when the user has neglected to include a file from conf/distro/include/
OPIE_GIT_PV = ""
+OPIE_SRCREV = ""