mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
qemu: Set RDEPENDS on the specific package that needs it
Set the RDEPENDS on the specific package that has the dependency and stop it
being applied to for example ${PN}-doc (and others).
(From OE-Core rev: 3c57a755ff1aec3806770443b73dc899d981c678)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
|
||||
DEPENDS = "glib-2.0 zlib alsa-lib virtual/libx11 pixman"
|
||||
DEPENDS_class-native = "zlib-native alsa-lib-native glib-2.0-native pixman-native"
|
||||
DEPENDS_class-nativesdk = "nativesdk-zlib nativesdk-libsdl nativesdk-glib-2.0 nativesdk-pixman"
|
||||
RDEPENDS_class-nativesdk = "nativesdk-libsdl"
|
||||
RDEPENDS_${PN}_class-nativesdk = "nativesdk-libsdl"
|
||||
|
||||
require qemu-targets.inc
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user