mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
gstreamer1.0-plugins-base: fix missing rprovides
split_gstreamer10_packages creates libgst* packages which are missing in PACKAGES list. (From OE-Core rev: 6432037e3089b6f92483fc343aac459a05ae2500) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
447e4cf68c
commit
ab8027396b
@@ -7,6 +7,7 @@ DEPENDS += "freetype liboil util-linux"
|
|||||||
|
|
||||||
inherit gettext
|
inherit gettext
|
||||||
|
|
||||||
|
PACKAGES_DYNAMIC =+ "^libgst.*"
|
||||||
|
|
||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
||||||
|
|||||||
Reference in New Issue
Block a user