diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-07-03 05:09:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:54:08 +0100 |
commit | 5066f7e9750253bc4678f2884e15f0333e60932b (patch) | |
tree | 245806833fe6e62cfb4a2da61e5b36ad3080c421 /meta/recipes-bsp/pcmciautils/pcmciautils.inc | |
parent | 913f4831aeb83e2c7f08daa47a31089dbf06f2be (diff) | |
download | openembedded-core-5066f7e9750253bc4678f2884e15f0333e60932b.tar.gz openembedded-core-5066f7e9750253bc4678f2884e15f0333e60932b.tar.bz2 openembedded-core-5066f7e9750253bc4678f2884e15f0333e60932b.zip |
pcmcia-cs: Remove references to long-deprecated pcmcia-cs.
pcmciautils is the appropriate PCMCIA package these days.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'meta/recipes-bsp/pcmciautils/pcmciautils.inc')
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index c0c1d0cea4..fa35daf46d 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "sysfsutils flex-native" RDEPENDS_${PN} = "udev module-init-tools" -RCONFLICTS_${PN} += "pcmcia-cs" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" |