]> code.ossystems Code Review - openembedded-core.git/commitdiff
gupnp-av: Upgrade to version 0.7.0
authorDongxiao Xu <dongxiao.xu@intel.com>
Thu, 25 Nov 2010 05:52:53 +0000 (13:52 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:52 +0000 (05:24 -0800)
Fix recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb [deleted file]
meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb [deleted file]
meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb [new file with mode: 0644]

diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb
deleted file mode 100644 (file)
index 97990ba..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Helpers for AV applications using UPnP"
-DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
-LICENSE = "LGPL"
-DEPENDS = "gupnp"
-
-SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb
deleted file mode 100644 (file)
index 97990ba..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Helpers for AV applications using UPnP"
-DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
-LICENSE = "LGPL"
-DEPENDS = "gupnp"
-
-SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
new file mode 100644 (file)
index 0000000..c43fdd9
--- /dev/null
@@ -0,0 +1,15 @@
+SUMMARY = "Helpers for AV applications using UPnP"
+DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
+                    file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086"
+DEPENDS = "gupnp"
+
+SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
+
+PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "6eace748e9869cddb27daab46eb50635"
+SRC_URI[sha256sum] = "e13018d24abec9fafd75ef59c365adbb2ea3712fe5e69fff8c7284dc3f13cdeb"