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:55:21 +0100 |
| commit | f7b03cebfeb9101b0b7eadfbe8027159b8978f04 (patch) | |
| tree | 0af24ef86bbd6ab0f768a932efbdd7482bf22395 | |
| parent | bca21299ab0e47d5bab037b9969fe7e3ffb847d7 (diff) | |
| download | poky-f7b03cebfeb9101b0b7eadfbe8027159b8978f04.tar.gz | |
update-rc.d: Add nativesdk
Add nativesdk for update-rc.d.
(From OE-Core rev: 94793d08b0087b7f579b2ca5adae3343864e5f66)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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() { | |||
| 30 | install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d | 30 | install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native nativesdk" |
