diff options
| -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" |
