x11-common: fix dbus-launch RDEPENDS

/usr/bin/dbus-launch is in the dbus-x11 packages, the dbus-launch package doesn't exist

(From OE-Core rev: 69763109038fc4a29720d9ff692f2001722862ce)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Koen Kooi 2011-05-26 21:42:24 +02:00 committed by Richard Purdie
parent eed619c6d3
commit bd97aa3a54
1 changed files with 2 additions and 2 deletions

View 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"