pcmcia-cs, pcmciautils: provide virtual/pcmcia-manager
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 16 Dec 2005 17:30:21 +0000 (17:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 16 Dec 2005 17:30:21 +0000 (17:30 +0000)
packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
packages/pcmciautils/pcmciautils_010.bb

index 4e8a2ac..2f4b48d 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services"
 SECTION = "base"
 PRIORITY = "required"
+PROVIDES = "virtual/pcmcia-manager"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
 PR = "r24"
index 8045a0e..f405eea 100644 (file)
@@ -4,6 +4,7 @@ RDEPENDS = "udev module-init-tools"
 HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
 SECTION = "kernel/userland"
 PRIORITY = "optional"
+PROVIDES = "virtual/pcmcia-manager"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"
 S = "${WORKDIR}/pcmciautils-${PV}"