[oe] [PATCH 13/23] bt950-cs_0.1.bb: Dont override PACKAGES but append to it.

Khem Raj raj.khem at gmail.com
Sat Aug 28 20:24:23 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes/bt950-cs/bt950-cs_0.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/bt950-cs/bt950-cs_0.1.bb b/recipes/bt950-cs/bt950-cs_0.1.bb
index ec90c81..09b6281 100644
--- a/recipes/bt950-cs/bt950-cs_0.1.bb
+++ b/recipes/bt950-cs/bt950-cs_0.1.bb
@@ -11,7 +11,7 @@ file://makefile.patch"
 
 S = "${WORKDIR}/bt950-${PV}"
 
-PACKAGES = "${PN}-dbg kernel-module-bt950-cs"
+PACKAGES += "kernel-module-bt950-cs"
 FILES_kernel-module-bt950-cs = "/etc/pcmcia/bt950.conf /lib/modules/${KERNEL_VERSION}/kernel/drivers/bluetooth/bt950_cs.o"
 
 inherit module
-- 
1.7.1





More information about the Openembedded-devel mailing list