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/gpe-bluetooth | |
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/gpe-bluetooth')
-rw-r--r-- | recipes/gpe-bluetooth/gpe-bluetooth_0.49.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-bluetooth/gpe-bluetooth_0.51.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-bluetooth/gpe-bluetooth_0.52.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-bluetooth/gpe-bluetooth_0.53.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-bluetooth/gpe-bluetooth_0.54.bb | 3 | ||||
-rw-r--r-- | recipes/gpe-bluetooth/gpe-bluetooth_0.55.bb | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gpe-bluetooth/gpe-bluetooth_0.49.bb b/recipes/gpe-bluetooth/gpe-bluetooth_0.49.bb index 396beeb014..a9544836e7 100644 --- a/recipes/gpe-bluetooth/gpe-bluetooth_0.49.bb +++ b/recipes/gpe-bluetooth/gpe-bluetooth_0.49.bb @@ -1,3 +1,6 @@ require gpe-bluetooth.inc DEPENDS = "gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs sqlite dbus-glib libglade blueprobe bluez-utils-dbus libcontactsdb" + +SRC_URI[md5sum] = "fd8e7708a0ca7ef70b60741ad210c4c2" +SRC_URI[sha256sum] = "0f6a83697edbab14ee47d9f2a84de12eb66a1f76169328b2410b2cb90604a487" diff --git a/recipes/gpe-bluetooth/gpe-bluetooth_0.51.bb b/recipes/gpe-bluetooth/gpe-bluetooth_0.51.bb index 98cdbc4b7f..071f3e5e16 100644 --- a/recipes/gpe-bluetooth/gpe-bluetooth_0.51.bb +++ b/recipes/gpe-bluetooth/gpe-bluetooth_0.51.bb @@ -5,3 +5,6 @@ PR = "r1" do_configure () { autotools_do_configure } + +SRC_URI[md5sum] = "202ddaf102791f504e543593b88eff1d" +SRC_URI[sha256sum] = "d6c2534e5e54bb24dbdb0e28085f92a076532a890655db7d37a56aa64d73e521" diff --git a/recipes/gpe-bluetooth/gpe-bluetooth_0.52.bb b/recipes/gpe-bluetooth/gpe-bluetooth_0.52.bb index 66bc3f0b24..809e514c28 100644 --- a/recipes/gpe-bluetooth/gpe-bluetooth_0.52.bb +++ b/recipes/gpe-bluetooth/gpe-bluetooth_0.52.bb @@ -1 +1,4 @@ require gpe-bluetooth.inc + +SRC_URI[md5sum] = "ed12955524a0f65f83b33b23f260cf94" +SRC_URI[sha256sum] = "7d85be0973837d5499f0410179f84ac1351dba88eea22eabb13f86b65c7250ee" diff --git a/recipes/gpe-bluetooth/gpe-bluetooth_0.53.bb b/recipes/gpe-bluetooth/gpe-bluetooth_0.53.bb index 66bc3f0b24..d9afc3debf 100644 --- a/recipes/gpe-bluetooth/gpe-bluetooth_0.53.bb +++ b/recipes/gpe-bluetooth/gpe-bluetooth_0.53.bb @@ -1 +1,4 @@ require gpe-bluetooth.inc + +SRC_URI[md5sum] = "274dc2392120177ab88c5ecaca92ffde" +SRC_URI[sha256sum] = "a20f1fc9b1f5d1a2d6e4cd85cf8e81301f63dc94f93b913318a737752be3f545" diff --git a/recipes/gpe-bluetooth/gpe-bluetooth_0.54.bb b/recipes/gpe-bluetooth/gpe-bluetooth_0.54.bb index 9164cc4088..e982e571f8 100644 --- a/recipes/gpe-bluetooth/gpe-bluetooth_0.54.bb +++ b/recipes/gpe-bluetooth/gpe-bluetooth_0.54.bb @@ -4,3 +4,6 @@ PR = "r1" SRC_URI += "file://hciattach-bts.patch;patch=1 \ file://include-sdp_lib.patch;patch=1" + +SRC_URI[md5sum] = "197603d957dda95a92c92038fb9f8341" +SRC_URI[sha256sum] = "5ffb41e7375c55450fc55428fd7b19e158a93ee91ae6b9519953363ec05f82c7" diff --git a/recipes/gpe-bluetooth/gpe-bluetooth_0.55.bb b/recipes/gpe-bluetooth/gpe-bluetooth_0.55.bb index e6ff0d6624..ca3a87aeb7 100644 --- a/recipes/gpe-bluetooth/gpe-bluetooth_0.55.bb +++ b/recipes/gpe-bluetooth/gpe-bluetooth_0.55.bb @@ -2,3 +2,6 @@ require gpe-bluetooth.inc PR = "r0" + +SRC_URI[md5sum] = "33faa8e3650bc82dec54da1f4d7654d7" +SRC_URI[sha256sum] = "f509c52ba12d378cba031e280d59489dbd7d5e08ff3dd22d14f40d669db0668c" |