From: Rene Wagner Date: Tue, 27 Jun 2006 21:48:38 +0000 (+0200) Subject: familiar.conf, familiar-0.8.4.conf: use ?= for previous set of changes X-Git-Tag: familiar-v0.8.4-rc3~49 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3da9efa9ec169427ba5f9bf30d4b0c77908d6a50;p=familiar-h63xx-build.git familiar.conf, familiar-0.8.4.conf: use ?= for previous set of changes Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf b/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf index 0c63911..102ab34 100644 --- a/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf +++ b/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf @@ -7,8 +7,8 @@ include conf/distro/familiar-feeds.inc #always try downloading from handhelds.org first INHERIT += "simplepremirror" -SIMPLE_PREMIRROR = "http://familiar.handhelds.org/source/${DISTRO_VERSION}/sources/" -CVS_TARBALL_STASH = "http://familiar.handhelds.org/source/${DISTRO_VERSION}/sources/" +SIMPLE_PREMIRROR ?= "http://familiar.handhelds.org/source/${DISTRO_VERSION}/sources/" +CVS_TARBALL_STASH ?= "http://familiar.handhelds.org/source/${DISTRO_VERSION}/sources/" DISTRO_TYPE = "release" diff --git a/org.handhelds.familiar/conf/distro/familiar.conf b/org.handhelds.familiar/conf/distro/familiar.conf index 6195b75..deb21a2 100644 --- a/org.handhelds.familiar/conf/distro/familiar.conf +++ b/org.handhelds.familiar/conf/distro/familiar.conf @@ -21,4 +21,4 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi include classes/multimachine.inc # be more verbose by default -BBINCLUDELOGS = "yes" +BBINCLUDELOGS ?= "yes"