]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugins-gl: allow empty packages
authorJeremy Stashluk <stashluk@gmail.com>
Mon, 11 Mar 2013 17:05:22 +0000 (13:05 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Mar 2013 18:32:28 +0000 (18:32 +0000)
The patch to Poky (git://git.yoctoproject.org/poky) commit
bd73fa69f532ca3d81ec2452a79e7a333b3543c2 titled: "recipes: Fix
ALLOW_EMPTY with no package specified" breaks this recipe. This patch
specifies the allowed empty packages.

Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb

index ffda9779be2932f272023ad7c207e74a583974fa..a6c74fb788b162b9956ee6302e939858bb55eb85 100644 (file)
@@ -17,3 +17,7 @@ inherit gettext gconf
 # way for machines to specify their preferred GL flavour this can be
 # automatically adapted.
 EXTRA_OECONF += "ac_cv_header_GL_gl_h=no"
+
+ALLOW_EMPTY_${PN} = "1"
+ALLOW_EMPTY_${PN}-apps = "1"
+ALLOW_EMPTY_${PN}-glib = "1"