aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/upnp
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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/upnp')
-rw-r--r--recipes/upnp/gssdp_0.6.3.bb3
-rw-r--r--recipes/upnp/gssdp_0.7.1.bb3
-rw-r--r--recipes/upnp/gupnp-av_0.2.bb3
-rw-r--r--recipes/upnp/gupnp-av_0.3.bb3
-rw-r--r--recipes/upnp/gupnp-av_0.5.2.bb3
-rw-r--r--recipes/upnp/gupnp-tools_0.7.bb3
-rw-r--r--recipes/upnp/gupnp-vala_0.4.bb3
-rw-r--r--recipes/upnp/gupnp_0.12.4.bb3
-rw-r--r--recipes/upnp/gupnp_0.12.5.bb4
-rw-r--r--recipes/upnp/gupnp_0.13.1.bb3
-rw-r--r--recipes/upnp/libdlna_0.2.3.bb3
-rw-r--r--recipes/upnp/libupnp_1.3.1.bb3
-rw-r--r--recipes/upnp/libupnp_1.6.5.bb3
13 files changed, 39 insertions, 1 deletions
diff --git a/recipes/upnp/gssdp_0.6.3.bb b/recipes/upnp/gssdp_0.6.3.bb
index 09e12e2c63..9040bd1fa0 100644
--- a/recipes/upnp/gssdp_0.6.3.bb
+++ b/recipes/upnp/gssdp_0.6.3.bb
@@ -8,3 +8,6 @@ inherit autotools_stage pkgconfig
PACKAGES =+ "gssdp-tools"
FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
+
+SRC_URI[md5sum] = "dbb085088337e2dd8c0216c36523ea06"
+SRC_URI[sha256sum] = "68a114ece326b258b26259d31b9bb59c10049ff0162bcaa0f4f7a7dea9d244dc"
diff --git a/recipes/upnp/gssdp_0.7.1.bb b/recipes/upnp/gssdp_0.7.1.bb
index 09e12e2c63..ab7e0786d7 100644
--- a/recipes/upnp/gssdp_0.7.1.bb
+++ b/recipes/upnp/gssdp_0.7.1.bb
@@ -8,3 +8,6 @@ inherit autotools_stage pkgconfig
PACKAGES =+ "gssdp-tools"
FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
+
+SRC_URI[md5sum] = "725c32e8f92a072cc34f0e091937df2a"
+SRC_URI[sha256sum] = "8eaab799f699836770ec2fcc08abfef2f824a82ae959c6af7b39ffb6968b9fd7"
diff --git a/recipes/upnp/gupnp-av_0.2.bb b/recipes/upnp/gupnp-av_0.2.bb
index 0dcf5e5808..d3d3b0f2b1 100644
--- a/recipes/upnp/gupnp-av_0.2.bb
+++ b/recipes/upnp/gupnp-av_0.2.bb
@@ -12,3 +12,6 @@ do_stage() {
FILES_${PN} = "${libdir}/*.so.*"
+
+SRC_URI[md5sum] = "ab485bf263d0a3d2f771817241c970b9"
+SRC_URI[sha256sum] = "782e4e45abcba1b3fe34276580653f4dbfbe8a26eee69a290675dfa7faa309f8"
diff --git a/recipes/upnp/gupnp-av_0.3.bb b/recipes/upnp/gupnp-av_0.3.bb
index 5f52525b42..fd261d8b42 100644
--- a/recipes/upnp/gupnp-av_0.3.bb
+++ b/recipes/upnp/gupnp-av_0.3.bb
@@ -4,3 +4,6 @@ DEPENDS = "gupnp"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
inherit autotools_stage pkgconfig
+
+SRC_URI[md5sum] = "f6e813591ff89e8e61a46f416046450f"
+SRC_URI[sha256sum] = "34b6e104b480e501e430daa68fca63906a939a6cb02bc43814ed06d2856a72ac"
diff --git a/recipes/upnp/gupnp-av_0.5.2.bb b/recipes/upnp/gupnp-av_0.5.2.bb
index d3d6f77dc4..fca4c24ad2 100644
--- a/recipes/upnp/gupnp-av_0.5.2.bb
+++ b/recipes/upnp/gupnp-av_0.5.2.bb
@@ -5,3 +5,6 @@ SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
file://nodoc.patch;patch=1"
inherit autotools_stage pkgconfig
+
+SRC_URI[md5sum] = "15ccfbb17553bf1cb00bf8e1d801005e"
+SRC_URI[sha256sum] = "dfd438f40e31047d6f06db30db05d5f876c6294a8509f170482d712f552e9892"
diff --git a/recipes/upnp/gupnp-tools_0.7.bb b/recipes/upnp/gupnp-tools_0.7.bb
index be4f3510b6..b54a00451f 100644
--- a/recipes/upnp/gupnp-tools_0.7.bb
+++ b/recipes/upnp/gupnp-tools_0.7.bb
@@ -4,3 +4,6 @@ DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "a96674de9bfdc42c70e8b9f801e2822e"
+SRC_URI[sha256sum] = "cd085871881f6c10d6ddc1206787ff692eb6b37a746a53b64f55aa9e91defeae"
diff --git a/recipes/upnp/gupnp-vala_0.4.bb b/recipes/upnp/gupnp-vala_0.4.bb
index d5544cb8b3..8be9631bb9 100644
--- a/recipes/upnp/gupnp-vala_0.4.bb
+++ b/recipes/upnp/gupnp-vala_0.4.bb
@@ -20,3 +20,6 @@ do_stage() {
}
+
+SRC_URI[md5sum] = "5806534e2bd3a68552f620e4b35dd292"
+SRC_URI[sha256sum] = "6874cc3ee7daa9695cf5d24c635d98e3fb9e7291df36fbd0b0ba8f46825473a8"
diff --git a/recipes/upnp/gupnp_0.12.4.bb b/recipes/upnp/gupnp_0.12.4.bb
index e1a0206d90..18a12bc7bb 100644
--- a/recipes/upnp/gupnp_0.12.4.bb
+++ b/recipes/upnp/gupnp_0.12.4.bb
@@ -12,3 +12,6 @@ do_stage() {
FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
+
+SRC_URI[md5sum] = "91b4337d22f6dd931888a33553ab945a"
+SRC_URI[sha256sum] = "f78e4b0a361b67805892c1a0e72f3cef92fbc96112157895660a478979ddeef4"
diff --git a/recipes/upnp/gupnp_0.12.5.bb b/recipes/upnp/gupnp_0.12.5.bb
index 4fd75d8932..8304875423 100644
--- a/recipes/upnp/gupnp_0.12.5.bb
+++ b/recipes/upnp/gupnp_0.12.5.bb
@@ -11,4 +11,6 @@ FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
do_stage_append () {
install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
-} \ No newline at end of file
+}
+SRC_URI[md5sum] = "bfb12195c76bb6632bd917f2c2bc12d6"
+SRC_URI[sha256sum] = "241e416cbe2c02f413fde82a8587bfe2fe9915fbed3a6fb20c86520b8d7543ef"
diff --git a/recipes/upnp/gupnp_0.13.1.bb b/recipes/upnp/gupnp_0.13.1.bb
index 6de14b9b16..e9f56f8360 100644
--- a/recipes/upnp/gupnp_0.13.1.bb
+++ b/recipes/upnp/gupnp_0.13.1.bb
@@ -14,3 +14,6 @@ FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
do_stage_append () {
install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
}
+
+SRC_URI[md5sum] = "9b5fcf8146ba9a2bd84382f61717aa0e"
+SRC_URI[sha256sum] = "e97faaebf0da42617a43de4c7c1148a51148f2a2cdaa2a10855e377b968a07fd"
diff --git a/recipes/upnp/libdlna_0.2.3.bb b/recipes/upnp/libdlna_0.2.3.bb
index 06d74c4eb2..ee89cbed22 100644
--- a/recipes/upnp/libdlna_0.2.3.bb
+++ b/recipes/upnp/libdlna_0.2.3.bb
@@ -16,3 +16,6 @@ EXTRA_OECONF = " --cross-prefix=${TARGET_PREFIX} \
--enable-sqlite \
"
+
+SRC_URI[md5sum] = "2c974f95b711e5fd07f78fc4ebfcca66"
+SRC_URI[sha256sum] = "8eb7941cbae088026dd394fbe6f465cae6dd848edc430c6313f04cf57d1192b4"
diff --git a/recipes/upnp/libupnp_1.3.1.bb b/recipes/upnp/libupnp_1.3.1.bb
index 14d1b9d263..1cd9e01523 100644
--- a/recipes/upnp/libupnp_1.3.1.bb
+++ b/recipes/upnp/libupnp_1.3.1.bb
@@ -13,3 +13,6 @@ autotools_stage_all
}
+
+SRC_URI[md5sum] = "6646be5e31e58188e8f47c6ce64faa4c"
+SRC_URI[sha256sum] = "4d0d6a5302222757fb36ee21d8f8e1b3de849c2de658ab1105272f32ff78767d"
diff --git a/recipes/upnp/libupnp_1.6.5.bb b/recipes/upnp/libupnp_1.6.5.bb
index 245575ed28..b772a935ea 100644
--- a/recipes/upnp/libupnp_1.6.5.bb
+++ b/recipes/upnp/libupnp_1.6.5.bb
@@ -14,3 +14,6 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage() {
autotools_stage_all
}
+
+SRC_URI[md5sum] = "2b0370e7c405a5bc80880085e6d7d827"
+SRC_URI[sha256sum] = "95b11e2db04c2e714c2f4fb05d9d31351d3388dababd4e1dd5300f4b0d5e8767"