diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:05 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:54 +0200 |
| commit | bda86d29af19520b8093c49791f0c2dbbc14837d (patch) | |
| tree | 5b28b164918b016efa196517808559005551d2ce | |
| parent | 9daa35c4dba366f41bec7586f8189a1fe1b813f0 (diff) | |
| download | meta-openembedded-bda86d29af19520b8093c49791f0c2dbbc14837d.tar.gz | |
xpext: Drop uneeded custom do_configure to fix B!=S builds
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 6 |
1 files changed, 0 insertions, 6 deletions
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 4a1379d4b0..26d0efaf9e 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" | |||
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | 13 | ||
| 14 | do_configure_prepend () { | ||
| 15 | cd ${B} | ||
| 16 | chmod +x ${S}/autogen.sh | ||
| 17 | ${S}/autogen.sh | ||
| 18 | } | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" | 14 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" |
| 21 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" | 15 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" |
