Signed-off-by: Yi Zhao <[email protected]> --- meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb index 8905ae9..be706e1 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb @@ -9,7 +9,7 @@ SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_al SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89" SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782" -S = "${WORKDIR}/${PN}_${PV}" +S = "${WORKDIR}/${BPN}_${PV}" do_install() { install -d ${D}${bindir} -- 1.7.9.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
