git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e4f00b
)
ti-lpm-module: fix the packaging of kernel module into correct package
author
Denys Dmytriyenko
<denis@denix.org>
Thu, 4 Feb 2010 20:49:04 +0000
(15:49 -0500)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 12 Apr 2010 17:43:17 +0000
(19:43 +0200)
recipes/ti/ti-local-power-manager.inc
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-local-power-manager.inc
b/recipes/ti/ti-local-power-manager.inc
index
7c5a8fc
..
5cb304a
100644
(file)
--- a/
recipes/ti/ti-local-power-manager.inc
+++ b/
recipes/ti/ti-local-power-manager.inc
@@
-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"