diff options
author | Björn Stenberg <bjst@enea.com> | 2013-03-25 15:24:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-29 10:40:55 +0000 |
commit | 741b8d764c69a8a28beea3ba0df26bfad57a45d4 (patch) | |
tree | 3c7a1585f7a47bbe6aa92b23a8ecd2f2f15b54ee /meta | |
parent | 8eb1fd4aa017822893442888469520688cfc0bcb (diff) | |
download | poky-741b8d764c69a8a28beea3ba0df26bfad57a45d4.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index c64084f567..bfd11672cf 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -9,7 +9,7 @@ X11DEPENDS = "virtual/libx11 libsm" | |||
9 | DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}" | 9 | DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}" |
10 | DEPENDS_class-native = "expat-native virtual/libintl-native" | 10 | DEPENDS_class-native = "expat-native virtual/libintl-native" |
11 | DEPENDS_class-nativesdk = "nativesdk-expat virtual/nativesdk-libintl" | 11 | DEPENDS_class-nativesdk = "nativesdk-expat virtual/nativesdk-libintl" |
12 | RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest', '', d)}" | 12 | RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-ptest', '', d)}" |
13 | RDEPENDS_class-native = "" | 13 | RDEPENDS_class-native = "" |
14 | 14 | ||
15 | INC_PR = "r6" | 15 | INC_PR = "r6" |