package-index/run-postinsts: Drop staging functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-17 12:24:16 +00:00
parent ed0a52a8e5
commit 45fbc1c095
2 changed files with 0 additions and 6 deletions

View File

@ -17,8 +17,6 @@ do_compile() {
}
do_install() {
}
do_stage() {
}
do_build[nostamp] = "1"
do_build[dirs] = "${DEPLOY_DIR_IPK}"

View File

@ -24,7 +24,3 @@ do_install() {
install -d ${D}${datadir}/${PN}/
install -m 0644 ${WORKDIR}/run-postinsts.awk ${D}${datadir}/${PN}/
}
do_stage () {
:
}