being added gets "do_" appended to it, so we need to add "deploy" (not
"do_deploy"). Also with just to "after do_install" it never gets called
(perhaps added too late?) so also add a "before do_package". Closes #1561.
DESCRIPTION = "Runs a shell in an environment as emitted by BitBake to execute tasks"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
inherit autotools pkgconfig
install -m 755 $shellfile ${DEPLOY_DIR}/addons
}
-addtask do_deploy after do_install
+addtask deploy after do_install before do_package