* [PATCH] x11-common: fix dbus-launch RDEPENDS
@ 2011-05-26 19:42 Koen Kooi
2011-05-26 23:26 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-05-26 19:42 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
/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>
---
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 10757ac..6951cf3 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"
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"
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] x11-common: fix dbus-launch RDEPENDS
2011-05-26 19:42 [PATCH] x11-common: fix dbus-launch RDEPENDS Koen Kooi
@ 2011-05-26 23:26 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-05-26 23:26 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Thu, 2011-05-26 at 21:42 +0200, Koen Kooi wrote:
> /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>
> ---
> meta/recipes-graphics/x11-common/x11-common_0.1.bb | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-26 23:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 19:42 [PATCH] x11-common: fix dbus-launch RDEPENDS Koen Kooi
2011-05-26 23:26 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox