mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
dbus: Depend on dbus-ptest-ptest
The dbus-ptest recipe doesn't produce an output package called dbus-ptest. What we are interested in is actually the dbus-ptest-ptest package. (From OE-Core rev: f3c75400d93ab7f22f6de41db4e456d47af2e13b) Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8eb1fd4aa0
commit
741b8d764c
@@ -9,7 +9,7 @@ X11DEPENDS = "virtual/libx11 libsm"
|
||||
DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}"
|
||||
DEPENDS_class-native = "expat-native virtual/libintl-native"
|
||||
DEPENDS_class-nativesdk = "nativesdk-expat virtual/nativesdk-libintl"
|
||||
RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest', '', d)}"
|
||||
RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-ptest', '', d)}"
|
||||
RDEPENDS_class-native = ""
|
||||
|
||||
INC_PR = "r6"
|
||||
|
||||
Reference in New Issue
Block a user