From 7ccc04673294c966cb9d212e401b1d90bde0f59f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Mar 2010 11:59:12 +0000 Subject: scm-revisions: Always use ??= operator Signed-off-by: Richard Purdie --- meta-extras/conf/distro/include/poky-extras-src-revisions.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta-extras') diff --git a/meta-extras/conf/distro/include/poky-extras-src-revisions.inc b/meta-extras/conf/distro/include/poky-extras-src-revisions.inc index 0265ca9e6b..4fc380ad84 100644 --- a/meta-extras/conf/distro/include/poky-extras-src-revisions.inc +++ b/meta-extras/conf/distro/include/poky-extras-src-revisions.inc @@ -1,6 +1,6 @@ -SRCREV_pn-evince ?= "2437" -SRCDATE_maemo-mapper-nohildon ?= "20061114" -SRCREV_pn-libxosd ?= "627" -SRCREV_pn-matchbox-applet-light ?= "1548" -SRCREV_pn-matchbox-common ?= "1561" +SRCREV_pn-evince ??= "2437" +SRCDATE_maemo-mapper-nohildon ??= "20061114" +SRCREV_pn-libxosd ??= "627" +SRCREV_pn-matchbox-applet-light ??= "1548" +SRCREV_pn-matchbox-common ??= "1561" -- cgit 1.2.3-korg