diff options
| author | Jeremy Stashluk <stashluk@gmail.com> | 2013-03-11 13:05:22 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-12 18:33:30 +0000 |
| commit | 4da406cd50cf02a63ed76810a670aba1eb561c79 (patch) | |
| tree | 264486a23b8553aab177b1b959eb8a272f13dcf0 | |
| parent | 3ebcbd3e7fc0cfc6b646bcc6acc9adcb11f15897 (diff) | |
| download | poky-4da406cd50cf02a63ed76810a670aba1eb561c79.tar.gz | |
gst-plugins-gl: allow empty packages
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.
(From OE-Core rev: 375ed2eaef10dd7d8f46badca6d779708724e5f6)
Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb index ffda9779be..a6c74fb788 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | |||
| @@ -17,3 +17,7 @@ inherit gettext gconf | |||
| 17 | # way for machines to specify their preferred GL flavour this can be | 17 | # way for machines to specify their preferred GL flavour this can be |
| 18 | # automatically adapted. | 18 | # automatically adapted. |
| 19 | EXTRA_OECONF += "ac_cv_header_GL_gl_h=no" | 19 | EXTRA_OECONF += "ac_cv_header_GL_gl_h=no" |
| 20 | |||
| 21 | ALLOW_EMPTY_${PN} = "1" | ||
| 22 | ALLOW_EMPTY_${PN}-apps = "1" | ||
| 23 | ALLOW_EMPTY_${PN}-glib = "1" | ||
