summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend
diff options
context:
space:
mode:
authorStephen Lawrence <stephen.lawrence@renesas.com>2015-10-12 17:31:46 +0100
committerStephen Lawrence <stephen.lawrence@renesas.com>2015-10-12 18:35:24 +0100
commit77ec9acc47d63a4abcf06f88ab8d3cab3d20754e (patch)
treeb48b9f42f1db9c01478a1432cef8d3ecf299a6fc /meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend
parent261feee63064cce1c3ca2c2a397269757dfb7ced (diff)
multimedia: gstreamer1.0-* fix configure for out of tree build on git recipes
Integrate upstream Poky meta fix 6ede9224f82a [1] to the Poky Gst .bb recipes into the R-Car .bbappends.This fixes a do_config build error when building with multimedia acceleration enabled. Thank you to Tadao Tanikawa and his work on this within AGL: https://gerrit.automotivelinux.org/gerrit/#/c/4061/1 [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-multimedia/gstreamer?h=dizzy&id=6ede9224f82a37dc1cfb48837c40d28996892652
Diffstat (limited to 'meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend')
-rw-r--r--meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend b/meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend
index 6d43b52..73bbb5c 100644
--- a/meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend
+++ b/meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend
@@ -6,7 +6,8 @@ PACKAGECONFIG ??= " \
a52dec lame mad mpeg2dec \
"
-do_configure() {
- ./autogen.sh --noconfigure
- oe_runconf
+do_configure_prepend() {
+ cd ${S}
+ ./autogen.sh --noconfigure
+ cd ${B}
}