aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb')
-rw-r--r--recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb22
1 files changed, 11 insertions, 11 deletions
diff --git a/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb b/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb
index 8ae6b27072..d94cba9bb1 100644
--- a/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb
+++ b/recipes/pcmcia-cs/pcmcia-cs_3.2.8.bb
@@ -6,25 +6,25 @@ SECTION = "base"
PRIORITY = "required"
LICENSE = "GPL"
DEPENDS = "virtual/kernel"
-RDEPENDS = "hostap-conf orinoco-conf"
-PR = "r28"
+RDEPENDS_${PN} = "hostap-conf orinoco-conf"
+PR = "r29"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
- file://busybox.patch;patch=1 \
- file://network.patch;patch=1 \
- file://pcic-extra.patch;patch=1 \
- file://automount.patch;patch=1 \
- file://ratoc-cfu1u.patch;patch=1 \
- file://no-hostap-cards.patch;patch=1 \
- file://gcc4_fixes.patch;patch=1 \
+ file://busybox.patch \
+ file://network.patch \
+ file://pcic-extra.patch \
+ file://automount.patch \
+ file://ratoc-cfu1u.patch \
+ file://no-hostap-cards.patch \
+ file://gcc4_fixes.patch \
file://pcmcia \
file://ide.opts \
file://wireless.opts \
file://network.conf \
file://wnv.conf"
-SRC_URI_append_spitz = " file://nocleanup.patch;patch=1"
-SRC_URI_append_sh3 = " file://superh-noO3.patch;patch=1"
+SRC_URI_append_spitz = " file://nocleanup.patch"
+SRC_URI_append_sh3 = " file://superh-noO3.patch"
S = "${WORKDIR}/pcmcia-cs-${PV}"