diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb index 2f72497363..dcf5ffc3c1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | |||
@@ -9,8 +9,9 @@ S = "${WORKDIR}/git" | |||
9 | 9 | ||
10 | SRCREV = "06b8ac10cee85c5c304ca320997aa8f44295a66f" | 10 | SRCREV = "06b8ac10cee85c5c304ca320997aa8f44295a66f" |
11 | 11 | ||
12 | do_configure() { | 12 | do_configure_prepend() { |
13 | cd ${S} | ||
13 | ./autogen.sh --noconfigure | 14 | ./autogen.sh --noconfigure |
14 | oe_runconf | 15 | cd ${B} |
15 | } | 16 | } |
16 | 17 | ||