]> code.ossystems Code Review - openembedded-core.git/commit
groff: fix pkg_postinst and remove unneeded do_install_prepend
authorChen Qi <Qi.Chen@windriver.com>
Thu, 31 Oct 2013 06:00:11 +0000 (14:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 11:08:31 +0000 (11:08 +0000)
commit4facf4df0bc0d71d11ba53737faff6f2c6e5863b
tree7cb9f5baf47fea47f817ca9b7ee2657fba09bfc7
parent41eda2f5a256f495b788e1ced22e6d19c007e34e
groff: fix pkg_postinst and remove unneeded do_install_prepend

Fix to take $D into consideration in pkg_postinst so that the postinst
script could run at rootfs time.

The existence of ${D} is ensured by the in base.bbclass.
    do_install[dirs] = "${D} ${S} ${B}"
So there's no need for this do_install_prepend.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/groff/groff_1.18.1.4.bb