mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
Currently gstreamer configuration depends libcap and on whether
setcap is found on the host system.
Removing libcap from DEPENDS and only use it when the 'setcap' is enabled.
* 0004-capfix.patch
Removed as the same goals can be achieved only with the PACKAGECONFIG 'setcap'
(From OE-Core rev: 7691d3f963dc02570b5092db8f061c4d327b277a)
(From OE-Core rev: 3b186880c95e8ab120fee6304af52384b040aae1)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>