mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
update-rc.d: Add native version, add native dependency to class, convert staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -13,11 +13,10 @@ PACKAGE_ARCH = "all"
|
||||
do_compile() {
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
install -m 0755 ${S}/update-rc.d ${STAGING_BINDIR_NATIVE}/
|
||||
}
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install() {
|
||||
install -d ${D}${sbindir}
|
||||
install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user