]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Make adding to DISTRO_EXTRA_RDEPENDS easier
authorRichard Purdie <richard@openedhand.com>
Wed, 28 Feb 2007 12:20:30 +0000 (12:20 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 28 Feb 2007 12:20:30 +0000 (12:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1299 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf

index d8e479f8c4d87d164390164e2a2555118aeac164..d2a16a1958ccd1507db89869c5ac69963f8100cc 100644 (file)
@@ -182,11 +182,13 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 
 DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi"
 DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
-DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc"
-DISTRO_EXTRA_RDEPENDS_qemux86 += "qemu-distcc"
 
-# Pre-packaged touch screen calibration data
-DISTRO_EXTRA_RDEPENDS_akita += "pointercal"
+POKY_EXTRA_RDEPENDS = ""
+POKY_EXTRA_RDEPENDS_qemuarm = "qemu-distcc"
+POKY_EXTRA_RDEPENDS_qemux86 = "qemu-distcc"
+POKY_EXTRA_RDEPENDS_akita = "pointercal"
+
+DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}"
 
 IMAGE_FEATURES ?= ""