mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
package-index/run-postinsts: Drop staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -17,8 +17,6 @@ do_compile() {
|
||||
}
|
||||
do_install() {
|
||||
}
|
||||
do_stage() {
|
||||
}
|
||||
|
||||
do_build[nostamp] = "1"
|
||||
do_build[dirs] = "${DEPLOY_DIR_IPK}"
|
||||
|
||||
@@ -24,7 +24,3 @@ do_install() {
|
||||
install -d ${D}${datadir}/${PN}/
|
||||
install -m 0644 ${WORKDIR}/run-postinsts.awk ${D}${datadir}/${PN}/
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user