[oe-commits] Björn Stenberg : dbus: Depend on dbus-ptest-ptest

git at git.openembedded.org git at git.openembedded.org
Fri Mar 29 10:39:18 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f3c75400d93ab7f22f6de41db4e456d47af2e13b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f3c75400d93ab7f22f6de41db4e456d47af2e13b

Author: Björn Stenberg <bjst at enea.com>
Date:   Mon Mar 25 15:24:04 2013 +0100

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.

Signed-off-by: Björn Stenberg <bjst at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 c64084f..bfd1167 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -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"





More information about the Openembedded-commits mailing list