diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:07:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:14 +0200 |
commit | 00d884a6164b94209ea57a84d195eb6db98eb34e (patch) | |
tree | bd9f49fee3865eb149deba7eb0653d6b17720264 /meta-oe/recipes-multimedia | |
parent | e510f7547d583e8a93b5aaf786cbbd2ee5bacfdf (diff) | |
download | meta-openembedded-00d884a6164b94209ea57a84d195eb6db98eb34e.tar.gz |
xpext: fix build with B!=S
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 6 |
1 files changed, 3 insertions, 3 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 7cb84ff390..4a1379d4b0 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
@@ -12,9 +12,9 @@ S = "${WORKDIR}/xpext-1.0" | |||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | do_configure_prepend () { | 14 | do_configure_prepend () { |
15 | cd ${S} | 15 | cd ${B} |
16 | chmod +x ./autogen.sh | 16 | chmod +x ${S}/autogen.sh |
17 | ./autogen.sh | 17 | ${S}/autogen.sh |
18 | } | 18 | } |
19 | 19 | ||
20 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" | 20 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" |