From: Phil Blundell Date: Sat, 16 Oct 2004 20:23:39 +0000 (+0000) Subject: add hotplug to {R}DEPENDS X-Git-Tag: Release-2010-05/1~16583 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c6b0eb9c291135cc18186ad08cd8648bb91007;p=openembedded.git add hotplug to {R}DEPENDS BKrev: 4171834btVABBYZvTYKOTOUuKUSpDw --- diff --git a/hotplug-dbus/hotplug-dbus_0.6.oe b/hotplug-dbus/hotplug-dbus_0.6.oe index 586d5ddee8..2139bfc23d 100644 --- a/hotplug-dbus/hotplug-dbus_0.6.oe +++ b/hotplug-dbus/hotplug-dbus_0.6.oe @@ -1,7 +1,8 @@ +PR = "r1" SECTION = "base" DESCRIPTION = "D-BUS glue for hotplug system" -DEPENDS = "dbus" +DEPENDS = "dbus hotplug" MAINTAINER = "Phil Blundell " +RDEPENDS = "hotplug" -SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" inherit gpe