mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
tzcode-native: Convert to use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -9,13 +9,9 @@ S = "${WORKDIR}"
|
|||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
do_stage () {
|
|
||||||
install -d ${STAGING_BINDIR_NATIVE}
|
|
||||||
install -m 755 zic ${STAGING_BINDIR_NATIVE}/
|
|
||||||
install -m 755 zdump ${STAGING_BINDIR_NATIVE}/
|
|
||||||
install -m 755 tzselect ${STAGING_BINDIR_NATIVE}/
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
:
|
install -d ${D}${bindir}/
|
||||||
|
install -m 755 zic ${D}${bindir}/
|
||||||
|
install -m 755 zdump ${D}${bindir}/
|
||||||
|
install -m 755 tzselect ${D}${bindir}/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user