All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xpext: Drop uneeded custom do_conifigure to fix B!=S builds
@ 2014-06-23 19:58 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-06-23 19:58 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Richard Purdie <richard.purdie@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"





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-23 19:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 19:58 [meta-oe][PATCH] xpext: Drop uneeded custom do_conifigure to fix B!=S builds Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.