mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
shasum-native: Use do_stage function, not do_populate_staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3270 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -6,7 +6,7 @@ INHIBIT_DEFAULT_DEPS = "1"
|
|||||||
PATCHTOOL = "patch"
|
PATCHTOOL = "patch"
|
||||||
|
|
||||||
do_fetch[depends] = ""
|
do_fetch[depends] = ""
|
||||||
do_populate_staging() {
|
do_stage() {
|
||||||
install -d ${STAGING_BINDIR}
|
install -d ${STAGING_BINDIR}
|
||||||
install ${S}/oe_sha256sum ${STAGING_BINDIR}
|
install ${S}/oe_sha256sum ${STAGING_BINDIR}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user