From c242efc6ca55772a88602f1f8f94dff697b38430 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 25 Mar 2013 22:50:15 +0000 Subject: layer.conf: use ??= to set variables If these variables are set with = or ?= then the ?= setting in conf/distro/include/preferred-opie-git-versions.inc will not be used. Signed-off-by: Paul Eggleton --- conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index ebf1f52..0040434 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,6 +15,6 @@ BBFILE_PRIORITY_meta-opie = "8" 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 = "" +OPIE_GIT_PV ??= "" +OPIE_SRCREV ??= "" -- cgit 1.2.3-korg