diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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 |