From: Paul Sokolovsky Date: Wed, 4 Jul 2007 23:54:47 +0000 (+0000) Subject: udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all" X-Git-Tag: Release-2010-05/1~8868^2~216^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123c45b2d0658297c007e260acd4be91735d43cc;p=openembedded.git udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all" --- diff --git a/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb b/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb index e6e15e1597..4076cb2dd6 100644 --- a/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb +++ b/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb @@ -1,5 +1,6 @@ DESCRIPTION = "A hack to force VCC to 5v for hostap_cs cards. This will fry your \ card one sweet day." +PR = "r1" SRC_URI = " file://50-hostap_cs.rules " @@ -7,3 +8,5 @@ do_install() { install -d ${D}${sysconfdir}/udev/rules.d/ install -m 0644 ${WORKDIR}/50-hostap_cs.rules ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules } + +PACKAGE_ARCH = "all"