diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-26 21:42:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 00:27:25 +0100 |
commit | bd97aa3a54f9b58d9527200953568dc713d4edca (patch) | |
tree | 64d8bfe2287f25245f440b6bc68616a960bbeeab /meta | |
parent | eed619c6d3c54d129177f153bb7568eb5a749e76 (diff) | |
download | poky-bd97aa3a54f9b58d9527200953568dc713d4edca.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/x11-common/x11-common_0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index 10757ac9cf..6951cf3771 100644 --- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and configuration files" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | SECTION = "x11" | 4 | SECTION = "x11" |
5 | PR = "r41" | 5 | PR = "r43" |
6 | 6 | ||
7 | SRC_URI = "file://etc \ | 7 | SRC_URI = "file://etc \ |
8 | file://gplv2-license.patch" | 8 | file://gplv2-license.patch" |
@@ -16,6 +16,6 @@ do_install() { | |||
16 | find ${D}/etc -type f -name \*~ -exec rm -rf {} \; | 16 | find ${D}/etc -type f -name \*~ -exec rm -rf {} \; |
17 | } | 17 | } |
18 | 18 | ||
19 | RDEPENDS_${PN} = "dbus-launch xmodmap xdpyinfo xtscal xinit formfactor" | 19 | RDEPENDS_${PN} = "dbus-x11 xmodmap xdpyinfo xtscal xinit formfactor" |
20 | PACKAGE_ARCH = "all" | 20 | PACKAGE_ARCH = "all" |
21 | 21 | ||