summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb6
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"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_configure_prepend () { 14do_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
20SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" 20SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"