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:
b055e9c
)
update-rc.d: allow native build via BBCLASSEXTEND
author
Roman I Khimov
<khimov@altell.ru>
Wed, 31 Mar 2010 10:35:48 +0000
(14:35 +0400)
committer
Roman I Khimov
<khimov@altell.ru>
Wed, 31 Mar 2010 18:57:57 +0000
(22:57 +0400)
Makes it possible to use BBCLASSEXTEND for native in packages inheriting
update-rc.d.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/update-rc.d/update-rc.d_0.7.bb
patch
|
blob
|
history
diff --git
a/recipes/update-rc.d/update-rc.d_0.7.bb
b/recipes/update-rc.d/update-rc.d_0.7.bb
index
59362a8
..
3217dc1
100644
(file)
--- a/
recipes/update-rc.d/update-rc.d_0.7.bb
+++ b/
recipes/update-rc.d/update-rc.d_0.7.bb
@@
-6,6
+6,8
@@
S = "${WORKDIR}/update-rc.d"
INHIBIT_DEFAULT_DEPS = "1"
PR = "r1"
+BBCLASSEXTEND = "native"
+
SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7 \
file://add-verbose.patch;patch=1"
@@
-22,3
+24,5
@@
do_install() {
install -d ${D}${sbindir}
install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d
}
+
+NATIVE_INSTALL_WORKS = "1"