diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/hostap | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/hostap')
-rw-r--r-- | recipes/hostap/hostap-daemon_0.4.4.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-daemon_0.4.8.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-daemon_0.5.10.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-daemon_0.6.9.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-modules-rawtx_0.4.7.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-modules_0.4.4.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-modules_0.4.7.bb | 3 | ||||
-rw-r--r-- | recipes/hostap/hostap-utils_0.4.7.bb | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/recipes/hostap/hostap-daemon_0.4.4.bb b/recipes/hostap/hostap-daemon_0.4.4.bb index 83a5386f3a..f1a73c3358 100644 --- a/recipes/hostap/hostap-daemon_0.4.4.bb +++ b/recipes/hostap/hostap-daemon_0.4.4.bb @@ -5,3 +5,6 @@ SRC_URI_append_nylon = "\ PR = "r2" + +SRC_URI[md5sum] = "79810ff32f6f12a37dc7827ce18af533" +SRC_URI[sha256sum] = "684636fd31ad2cbe989a19f2ce844b7d1c46c1e009cda37c92f5d9ead9ba18b8" diff --git a/recipes/hostap/hostap-daemon_0.4.8.bb b/recipes/hostap/hostap-daemon_0.4.8.bb index de3abdbea5..681b32002e 100644 --- a/recipes/hostap/hostap-daemon_0.4.8.bb +++ b/recipes/hostap/hostap-daemon_0.4.8.bb @@ -3,3 +3,6 @@ require hostap-daemon.inc PR = "r1" DEFAULT_PREFERENCE = "-1" + +SRC_URI[md5sum] = "b8f30f23c04b74f18b2e4e6d8e0ee014" +SRC_URI[sha256sum] = "4675ae608a9f16e0ac519af2003ef694e7e13a4ecda2fcbe29f12a306e460551" diff --git a/recipes/hostap/hostap-daemon_0.5.10.bb b/recipes/hostap/hostap-daemon_0.5.10.bb index 10eea40336..79441ffe90 100644 --- a/recipes/hostap/hostap-daemon_0.5.10.bb +++ b/recipes/hostap/hostap-daemon_0.5.10.bb @@ -45,3 +45,6 @@ do_install() { install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd } + +SRC_URI[md5sum] = "ed669d96346dfc7d9f9fad079731853f" +SRC_URI[sha256sum] = "a99908d5765757ad6025b57d5ecf43b412aaaaf2ca379c02aafa33ca5c9d35c1" diff --git a/recipes/hostap/hostap-daemon_0.6.9.bb b/recipes/hostap/hostap-daemon_0.6.9.bb index 01830c5841..7ffa2a1f80 100644 --- a/recipes/hostap/hostap-daemon_0.6.9.bb +++ b/recipes/hostap/hostap-daemon_0.6.9.bb @@ -34,3 +34,6 @@ do_install() { install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd } + +SRC_URI[md5sum] = "83630d11fa66ade9091f1b304fccd74c" +SRC_URI[sha256sum] = "4430fe2c7a2176c6890ac3a726a8b3d234a77beb3ca987b4349c467331343e67" diff --git a/recipes/hostap/hostap-modules-rawtx_0.4.7.bb b/recipes/hostap/hostap-modules-rawtx_0.4.7.bb index 5a8a243df9..7227b609af 100644 --- a/recipes/hostap/hostap-modules-rawtx_0.4.7.bb +++ b/recipes/hostap/hostap-modules-rawtx_0.4.7.bb @@ -18,3 +18,6 @@ PACKAGES = "{PN}-dbg hostap-modules-cs-rawtx hostap-modules-pci-rawtx hostap-mod FILES_hostap-modules-cs-rawtx = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/" FILES_hostap-modules-pci-rawtx = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci${KERNEL_OBJECT_SUFFIX}" FILES_hostap-modules-rawtx = "/lib/modules/" + +SRC_URI[md5sum] = "ee495686cf27011b4e401963c2c7f62a" +SRC_URI[sha256sum] = "e9a3e035a1483b371269936c6fde46bfbae71dc38fa04685c1338ca8ffe900a5" diff --git a/recipes/hostap/hostap-modules_0.4.4.bb b/recipes/hostap/hostap-modules_0.4.4.bb index f415d31614..b75eb0dddc 100644 --- a/recipes/hostap/hostap-modules_0.4.4.bb +++ b/recipes/hostap/hostap-modules_0.4.4.bb @@ -2,3 +2,6 @@ require hostap-modules.inc PR = "r7" SRC_URI += "file://kernel_updates.patch;patch=1" + +SRC_URI[md5sum] = "e9b4a5cb992e06c3c6bf2bc99eca6625" +SRC_URI[sha256sum] = "7b9ad6bb5cf6c485e320bd8901d2e398cb6661cda633ba6360200a9bf94eb5fb" diff --git a/recipes/hostap/hostap-modules_0.4.7.bb b/recipes/hostap/hostap-modules_0.4.7.bb index 369240cfe4..8ca4161361 100644 --- a/recipes/hostap/hostap-modules_0.4.7.bb +++ b/recipes/hostap/hostap-modules_0.4.7.bb @@ -2,3 +2,6 @@ require hostap-modules.inc PR = "r5" SRC_URI += "file://kernel_updates.patch;patch=1" + +SRC_URI[md5sum] = "ee495686cf27011b4e401963c2c7f62a" +SRC_URI[sha256sum] = "e9a3e035a1483b371269936c6fde46bfbae71dc38fa04685c1338ca8ffe900a5" diff --git a/recipes/hostap/hostap-utils_0.4.7.bb b/recipes/hostap/hostap-utils_0.4.7.bb index 563594780d..084f6d14cf 100644 --- a/recipes/hostap/hostap-utils_0.4.7.bb +++ b/recipes/hostap/hostap-utils_0.4.7.bb @@ -21,3 +21,6 @@ do_install() { install -m 0755 $f ${D}${sbindir}/ done } + +SRC_URI[md5sum] = "afe041581b8f01666e353bec20917c85" +SRC_URI[sha256sum] = "c6f598d8e356c1620fa009eca0a700bf1105e16817eefd77d891994261009355" |