From b951fa84520296ea78e9f83dc4e76d0b81f18ec4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 25 Feb 2012 11:51:20 +0000 Subject: 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 --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/layer.conf') 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 = "" + -- cgit 1.2.3-korg