diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-08-20 14:54:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:47:00 +0100 |
commit | c95e2050657e14b0749531901b87fec8667f49ed (patch) | |
tree | 9fbb9a7b6f39ee9077591aebcb81eced5c77df0c /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | |
parent | d51f3148ff8b97a6f0553aa4b6f4bd35815a5922 (diff) | |
download | poky-c95e2050657e14b0749531901b87fec8667f49ed.tar.gz |
gstreamer1.0-plugins-*: Remove unused GSTREAMER_1_0_ORC variable
Nobody sets this. The orc packageconfig already does everything we need.
(From OE-Core rev: acf49ddce2234da3cc1c81e29ca675010ba7814b)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc index 0dd011bf33..63ba316328 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | |||
@@ -26,6 +26,5 @@ EXTRA_OECONF += " \ | |||
26 | --disable-amrwb \ | 26 | --disable-amrwb \ |
27 | --disable-sidplay \ | 27 | --disable-sidplay \ |
28 | --disable-twolame \ | 28 | --disable-twolame \ |
29 | ${GSTREAMER_1_0_ORC} \ | ||
30 | " | 29 | " |
31 | 30 | ||