ti-lpm-module: fix the packaging of kernel module into correct package
authorDenys Dmytriyenko <denis@denix.org>
Thu, 4 Feb 2010 20:49:04 +0000 (15:49 -0500)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:17 +0000 (19:43 +0200)
recipes/ti/ti-local-power-manager.inc

index 7c5a8fc..5cb304a 100644 (file)
@@ -9,7 +9,7 @@ PROVIDES = "ti-lpm-module"
 inherit module
 
 #This is a kernel module, don't set PR directly
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
 
 S = "${WORKDIR}/local_power_manager_linux_${PV}"
 
@@ -39,7 +39,7 @@ do_stage() {
     cp -pPrf ${S}/* ${LPM_INSTALL_DIR}
 }
 
-PACKAGES += " ti-lpm-module"
+PACKAGES =+ "ti-lpm-module "
 FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko"
 RDEPENDS_ti-lpm-module += " ti-dsplink-module"