From: Zheng Ruoqin Date: Sat, 23 Jun 2018 19:52:59 +0000 (+0800) Subject: update-rc.d: Add nativesdk X-Git-Tag: uninative-2.2~268 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=94793d08b0087b7f579b2ca5adae3343864e5f66;p=openembedded-core.git update-rc.d: Add nativesdk Add nativesdk for update-rc.d. Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie --- 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"