mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 06:14:47 +00:00
package-index/run-postinsts: Drop staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
ed0a52a8e5
commit
45fbc1c095
@ -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 () {
|
||||
:
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user