]> code.ossystems Code Review - openembedded-core.git/commitdiff
pcmcia-cs: rdepend on hostap and orinoco configs (sync with OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 14:13:28 +0000 (14:13 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 14:13:28 +0000 (14:13 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2970 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb

index 0bf20745d1c3a21b6e8ba063949568f178b4c79e..018f33550f60328398cbf089c4627454d1f42329 100644 (file)
@@ -3,7 +3,8 @@ SECTION = "base"
 PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
-PR = "r27"
+RDEPENDS = "hostap-conf orinoco-conf"
+PR = "r28"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
           file://busybox.patch;patch=1 \
@@ -85,7 +86,7 @@ do_install() {
 
        # ensure that config.opts always exists, albeit empty
        echo >> ${D}${sysconfdir}/pcmcia/config.opts
-       
+
        install -m 0644 ${WORKDIR}/ide.opts ${D}${sysconfdir}/pcmcia/
        install -m 0644 ${WORKDIR}/wireless.opts ${D}${sysconfdir}/pcmcia/
        for i in etc/cis/*; do