[oe] [meta-oe][PATCH] xpext: Drop uneeded custom do_conifigure to fix B!=S builds

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jun 23 19:58:05 UTC 2014


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
index 4a1379d..26d0efa 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
+++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
@@ -11,11 +11,5 @@ S = "${WORKDIR}/xpext-1.0"
 
 inherit autotools pkgconfig
 
-do_configure_prepend () {
-    cd ${B}
-    chmod +x ${S}/autogen.sh
-    ${S}/autogen.sh
-}
-
 SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"
 SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe"






More information about the Openembedded-devel mailing list