diff options
author | Rene Wagner <rw@handhelds.org> | 2006-07-10 19:09:33 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-07-10 19:09:33 +0200 |
commit | 6e2b4dd647029119b343f380dce0c74f712b7c51 (patch) | |
tree | ad47a108205b3a55dd821f0526f8addc1c3087cc | |
parent | 3ef1fa653ca651b86304a80e54820e8e1b0dcda1 (diff) |
linux-hotplug: ship pci agent etc. in subpackage.
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r-- | org.handhelds.familiar/packages/linux-hotplug/linux-hotplug_20040920.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/org.handhelds.familiar/packages/linux-hotplug/linux-hotplug_20040920.bb b/org.handhelds.familiar/packages/linux-hotplug/linux-hotplug_20040920.bb index c6bcbb6..460e448 100644 --- a/org.handhelds.familiar/packages/linux-hotplug/linux-hotplug_20040920.bb +++ b/org.handhelds.familiar/packages/linux-hotplug/linux-hotplug_20040920.bb @@ -7,8 +7,9 @@ RPROVIDES_${PN} = "hotplug" RCONFLICTS_${PN} = "hotplug" RREPLACES_${PN} = "hotplug" SECTION = "base" -RSUGGESTS = "pciutils usbutils" -PR = "r8" +RSUGGESTS = "usbutils ${PN}-pci" +RSUGGESTS_${PN}-pci = "pciutils" +PR = "r9" SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \ file://userspecified_hcd.patch;patch=1 \ @@ -41,6 +42,9 @@ do_compile () { : } +PACKAGES =+ "${PN}-pci" +FILES_${PN}-pci = "${sysconfdir}/hotplug/pci*" + oldmandir := "${mandir}" oldsbindir := "${sbindir}" prefix = "" |