aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-25 11:51:20 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-25 11:46:29 +0000
commitb951fa84520296ea78e9f83dc4e76d0b81f18ec4 (patch)
treea6b9089130e444ad064136d6bbc937b68dc3ca28 /conf/layer.conf
parent0f49b72870998eec0bbe5769fcf4aa300ddec86c (diff)
downloadmeta-opie-b951fa84520296ea78e9f83dc4e76d0b81f18ec4.tar.gz
Set a default OPIE_GIT_PV to avoid parse errors
If the user has not included the Opie git versions inc file (conf/distro/include/preferred-opie-git-versions.inc) then we need to set a default value for OPIE_GIT_PV to avoid parsing errors. (If the user has neglected to include any file from conf/distro/include then they will get a warning during parsing from libqpe/libqpe-opie.inc.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 3865945..4d900c9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,3 +14,6 @@ BBFILE_PRIORITY_meta-opie = "8"
# Some basic definitions
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 = ""
+