From 77ec9acc47d63a4abcf06f88ab8d3cab3d20754e Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Mon, 12 Oct 2015 17:31:46 +0100 Subject: 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 --- .../gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend') 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} } -- cgit 1.2.3-korg