From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QPjhf-0001hD-By for openembedded-core@lists.openembedded.org; Fri, 27 May 2011 01:10:55 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 26 May 2011 16:07:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,276,1304319600"; d="scan'208";a="5588274" Received: from unknown (HELO swold-MOBL.bigsur.com) ([10.255.12.104]) by orsmga001.jf.intel.com with ESMTP; 26 May 2011 16:07:44 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Thu, 26 May 2011 16:07:38 -0700 Message-Id: <8a8e7696f5cd6d6b005a6a8db32f847f2ef7a885.1306451124.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: References: In-Reply-To: References: Cc: Koen Kooi Subject: [Consolidated Pull 7/9] x11-common: fix dbus-launch RDEPENDS X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 23:10:55 -0000 From: Koen Kooi /usr/bin/dbus-launch is in the dbus-x11 packages, the dbus-launch package doesn't exist Signed-off-by: Koen Kooi --- 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.7.3.4