[oe-commits] Klaus Kurzmann : shr.conf: use _append instead of += for DISTRO_EXTRA_RDEPENDS

git version control git at git.openembedded.org
Mon Jul 20 12:09:23 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: a7c7bfbe38b12f050263a617335a7c35892f5ab2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7c7bfbe38b12f050263a617335a7c35892f5ab2

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul 20 14:09:08 2009 +0200

shr.conf: use _append instead of += for DISTRO_EXTRA_RDEPENDS

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/shr.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index a9062aa..7fb2252 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -50,7 +50,7 @@ DISTRO_FEATURES = "wifi ppp alsa ext2 vfat usbhost"
 DISTRO_EXTRA_RDEPENDS += " \
     bluez4 \
     "
-DISTRO_EXTRA_RDEPENDS_om-gta02 += " \
+DISTRO_EXTRA_RDEPENDS_append_om-gta02 = " \
     kernel-module-g-ether \
     "
 





More information about the Openembedded-commits mailing list