diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 14:13:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 14:13:28 +0000 |
commit | dc668336fc6ebb7359a8255d5b50acc5f23ea068 (patch) | |
tree | 68b670409e186ae07013264d25afdbe2c53158fe /meta/packages | |
parent | 748341d3b024bfd10777620d05eeda892538d022 (diff) | |
download | poky-dc668336fc6ebb7359a8255d5b50acc5f23ea068.tar.gz |
pcmcia-cs: rdepend on hostap and orinoco configs (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2970 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/meta/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb index 0bf20745d1..018f33550f 100644 --- a/meta/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb +++ b/meta/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb | |||
@@ -3,7 +3,8 @@ SECTION = "base" | |||
3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "virtual/kernel" | 5 | DEPENDS = "virtual/kernel" |
6 | PR = "r27" | 6 | RDEPENDS = "hostap-conf orinoco-conf" |
7 | PR = "r28" | ||
7 | 8 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ |
9 | file://busybox.patch;patch=1 \ | 10 | file://busybox.patch;patch=1 \ |
@@ -85,7 +86,7 @@ do_install() { | |||
85 | 86 | ||
86 | # ensure that config.opts always exists, albeit empty | 87 | # ensure that config.opts always exists, albeit empty |
87 | echo >> ${D}${sysconfdir}/pcmcia/config.opts | 88 | echo >> ${D}${sysconfdir}/pcmcia/config.opts |
88 | 89 | ||
89 | install -m 0644 ${WORKDIR}/ide.opts ${D}${sysconfdir}/pcmcia/ | 90 | install -m 0644 ${WORKDIR}/ide.opts ${D}${sysconfdir}/pcmcia/ |
90 | install -m 0644 ${WORKDIR}/wireless.opts ${D}${sysconfdir}/pcmcia/ | 91 | install -m 0644 ${WORKDIR}/wireless.opts ${D}${sysconfdir}/pcmcia/ |
91 | for i in etc/cis/*; do | 92 | for i in etc/cis/*; do |