Op 29 okt. 2012, om 15:25 heeft Ciprian Ciubotariu <cheepe...@gmx.net> het 
volgende geschreven:

> Add custom options to those in the base recipe instead of overwriting.
> ---
> .../gstreamer/gst-plugins-bad_0.10.23.bbappend     |    8 +++++++-
> 1 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes-tweaks/gstreamer/gst-plugins-bad_0.10.23.bbappend 
> b/recipes-tweaks/gstreamer/gst-plugins-bad_0.10.23.bbappend
> index 39d5a59..5b2ea22 100644
> --- a/recipes-tweaks/gstreamer/gst-plugins-bad_0.10.23.bbappend
> +++ b/recipes-tweaks/gstreamer/gst-plugins-bad_0.10.23.bbappend
> @@ -1,4 +1,10 @@
> PRINC := "${@int(PRINC) + 2}"
> DEPENDS += "orc orc-native"
> -EXTRA_OECONF =  "--disable-directfb --disable-examples --disable-vdpau 
> --disable-apexsink --enable-experimental --enable-orc"
> +
> +# EXTRA_OECONF -= "--disable-orc"
> +# EXTRA_OECONF -= "--disable-experimental"
> +EXTRA_OECONF := "${@'${EXTRA_OECONF}'.replace('--disable-orc', '')}"
> +EXTRA_OECONF := "${@'${EXTRA_OECONF}'.replace('--disable-experimental', '')}"
> +
> +EXTRA_OECONF += "--enable-experimental --enable-orc "

There were some other options we wanted to ged rid of in order to build more 
plugins, could you check if this patch results in the same configure options as 
before?

regards,

Koen
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to