From 47fd9fddc0a36a47fddd157e3b20a654afb72f1b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 28 Aug 2010 12:05:17 -0700 Subject: [PATCH] bt950-cs_0.1.bb: Dont override PACKAGES but append to it. Signed-off-by: Khem Raj Acked-by: Frans Meulenbroeks --- recipes/bt950-cs/bt950-cs_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/bt950-cs/bt950-cs_0.1.bb b/recipes/bt950-cs/bt950-cs_0.1.bb index ec90c813d6..09b6281178 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 -- 2.39.5