]> code.ossystems Code Review - openembedded-core.git/commitdiff
x11-common: fix dbus-launch RDEPENDS
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 26 May 2011 19:42:24 +0000 (21:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 May 2011 23:26:46 +0000 (00:26 +0100)
/usr/bin/dbus-launch is in the dbus-x11 packages, the dbus-launch package doesn't exist

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/x11-common/x11-common_0.1.bb

index 10757ac9cf30927bcee6ea0b9ddc88482f5afaa0..6951cf377174f7db3de38948cf448513b1dba4ea 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and configuration files"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SECTION = "x11"
-PR = "r41"
+PR = "r43"
 
 SRC_URI = "file://etc \
            file://gplv2-license.patch"
@@ -16,6 +16,6 @@ do_install() {
        find ${D}/etc -type f -name \*~ -exec rm -rf {} \;
 }
 
-RDEPENDS_${PN} = "dbus-launch xmodmap xdpyinfo xtscal xinit formfactor"
+RDEPENDS_${PN} = "dbus-x11 xmodmap xdpyinfo xtscal xinit formfactor"
 PACKAGE_ARCH = "all"