diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2018-06-24 03:52:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:53:28 +0100 |
commit | 94793d08b0087b7f579b2ca5adae3343864e5f66 (patch) | |
tree | c2852913c38330f718ad71a0a189074594f4286e /meta | |
parent | 802c4029f90cee3027b6bc62c5201e8b29f02557 (diff) | |
download | openembedded-core-94793d08b0087b7f579b2ca5adae3343864e5f66.tar.gz openembedded-core-94793d08b0087b7f579b2ca5adae3343864e5f66.tar.bz2 openembedded-core-94793d08b0087b7f579b2ca5adae3343864e5f66.zip |
update-rc.d: Add nativesdk
Add nativesdk for update-rc.d.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 76d4312d88..d3d3e2f237 100644 --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb @@ -30,4 +30,4 @@ do_install() { install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" |