[oe-commits] [openembedded-core] 66/116: gstreamer1.0.inc: add explicit PACKAGECONFIG init

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:29:52 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 233acd42cc8de238d8a5032fa684ffaedde52c1b
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed Feb 24 18:15:24 2016 -0800

    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.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index 662cd1a..5c212e6 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"
 
 inherit autotools pkgconfig gettext upstream-version-is-even
 
+PACKAGECONFIG ??= ""
+
 PACKAGECONFIG[check] = "--enable-check,--disable-check"
 PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
 PACKAGECONFIG[tests] = "--enable-tests,--disable-tests"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list