summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
index 8b11b20b1b..2c0e0efe68 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
@@ -10,8 +10,9 @@ S = "${WORKDIR}/git"
10 10
11SRCREV = "fd0123800c8c1cf1468c0fa5d592ad0d0d8b4140" 11SRCREV = "fd0123800c8c1cf1468c0fa5d592ad0d0d8b4140"
12 12
13do_configure() { 13do_configure_prepend() {
14 cd ${S}
14 ./autogen.sh --noconfigure 15 ./autogen.sh --noconfigure
15 oe_runconf 16 cd ${B}
16} 17}
17 18