diff options
| author | Roman I Khimov <khimov@altell.ru> | 2010-03-31 14:35:48 +0400 |
|---|---|---|
| committer | Roman I Khimov <khimov@altell.ru> | 2010-03-31 22:57:57 +0400 |
| commit | d378fb6c964c29414415afab087ac1e14ba6c6f5 (patch) | |
| tree | 5c1777c4fe7f4dd964f293beda858eb6bfb3b133 | |
| parent | b055e9c76e81f82139950ede3ba304438429e7d0 (diff) | |
update-rc.d: allow native build via BBCLASSEXTEND
Makes it possible to use BBCLASSEXTEND for native in packages inheriting
update-rc.d.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
| -rw-r--r-- | recipes/update-rc.d/update-rc.d_0.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 59362a8c08..3217dc19f9 100644 --- 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" |
