diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-24 18:15:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:03 +0000 |
commit | 2ce48e696ca92178c2852e4e74f6cea98a466df6 (patch) | |
tree | 731711efaba677981f208c8a72f971742754cb27 /meta | |
parent | 935d88ac482e96421b48a0ba960e9691053ed002 (diff) | |
download | poky-2ce48e696ca92178c2852e4e74f6cea98a466df6.tar.gz |
gstreamer1.0.inc: add explicit PACKAGECONFIG init
Although gstreamer1.0.inc doesn't currently set any default
PACKAGECONFIG options, add explicit initialisation in order to
match the style / structure of the other gstreamer1.0 recipes.
(From OE-Core rev: b21d7de7d992349a77014805bfb17449d37c66f3)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc index 662cd1ace8..5c212e6a56 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | |||
@@ -10,6 +10,8 @@ DEPENDS = "glib-2.0 glib-2.0-native libcap libxml2 bison-native flex-native" | |||
10 | 10 | ||
11 | inherit autotools pkgconfig gettext upstream-version-is-even | 11 | inherit autotools pkgconfig gettext upstream-version-is-even |
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | ||
14 | |||
13 | PACKAGECONFIG[check] = "--enable-check,--disable-check" | 15 | PACKAGECONFIG[check] = "--enable-check,--disable-check" |
14 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | 16 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" |
15 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests" | 17 | PACKAGECONFIG[tests] = "--enable-tests,--disable-tests" |