aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/crda
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2011-05-23 21:02:21 +0000
committerutx@penguin.cz <utx@penguin.cz>2011-05-23 21:02:21 +0000
commit6c8afcfadac8ac53df735de2f393f40151ba589d (patch)
treebe1906fef1b1e5a4f3b8f7bdc891999ce183ccec /recipes/crda
parent49af496ad1c7ba0ad791c49ee6ecc76e1511df03 (diff)
downloadopenembedded-6c8afcfadac8ac53df735de2f393f40151ba589d.tar.gz
crda: Upgrade regulatory database to 2011.04.28.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
Diffstat (limited to 'recipes/crda')
-rw-r--r--recipes/crda/crda_1.1.1.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
index ee4077bd4b..b45c7bcc36 100644
--- a/recipes/crda/crda_1.1.1.bb
+++ b/recipes/crda/crda_1.1.1.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "ISC"
-PR = "r1"
+PR = "r2"
DEPENDS = "libgcrypt libnl python-native python-m2crypto-native"
RDEPENDS_${PN} = "udev"
SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
- http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2009.11.25-regulatory.bin;name=reg \
+ http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \
"
EXTRA_OEMAKE = "MAKEFLAGS="
@@ -20,13 +20,13 @@ do_compile() {
do_install() {
oe_runmake DESTDIR=${D} install
install -d ${D}/usr/lib/crda/
- install -m 0644 ${WORKDIR}/2009.11.25-regulatory.bin ${D}/usr/lib/crda/regulatory.bin
+ install -m 0644 ${WORKDIR}/2011.04.28-regulatory.bin ${D}/usr/lib/crda/regulatory.bin
}
SRC_URI[crda.md5sum] = "5fc77af68b3e21736b8ef2f8b061c810"
SRC_URI[crda.sha256sum] = "59b4760da44a8f803caeaaa7fb97e0c6bd3f35f40445b28258e7f14c2fbe13b5"
-SRC_URI[reg.md5sum] = "873b5c55a26c8ba7674e083f51cb10aa"
-SRC_URI[reg.sha256sum] = "3ac77fa4d8034e4f5bc484adc4b073c3636dea26803e5e695cc54c15b629154a"
+SRC_URI[reg.md5sum] = "1535e98bcaba732e2f8e8f62dac6f369"
+SRC_URI[reg.sha256sum] = "bb6ba6f5dcdf7106a19c588b0e4d43ab7af26f6474fe01011a318b3dceaba33b"
FILES_${PN} += "\
/lib/udev/rules.d/85-regulatory.rules \