mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 01:19:30 +00:00
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>
This commit is contained in:
parent
3ebcbd3e7f
commit
4da406cd50
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user