live555: Add version 20101015 and remove older versions
authorSean Cross <sean@chumby.com>
Sun, 17 Oct 2010 07:05:55 +0000 (07:05 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 21 Oct 2010 01:30:25 +0000 (18:30 -0700)
Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available.  This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/live555/live555_20051005.bb [deleted file]
recipes/live555/live555_20090602.bb [deleted file]
recipes/live555/live555_20100409.bb [deleted file]
recipes/live555/live555_20100529.bb [deleted file]
recipes/live555/live555_20101015.bb [new file with mode: 0644]

diff --git a/recipes/live555/live555_20051005.bb b/recipes/live555/live555_20051005.bb
deleted file mode 100644 (file)
index a4eb5bd..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# live555 OE build file
-# Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION = "LIVE555 Streaming Media libraries"
-HOMEPAGE = "http://live.com/"
-LICENSE = "LGPL"
-SECTION = "devel"
-
-SRC_URI = "http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/live.2005.10.05.tar.gz \
-           file://config.linux-cross"
-
-S = "${WORKDIR}/live"
-
-do_configure() {
-       cp ${WORKDIR}/config.linux-cross .
-       ./genMakefiles linux-cross
-}
-
-do_compile() {
-       make
-}
-
-
-SRC_URI[md5sum] = "6f15406664ef31172c68d46567569bb8"
-SRC_URI[sha256sum] = "9532b981c9b8974ceedd3d25a8f9a0e167a92c9da0dece47f34a4ec34e34b1cf"
diff --git a/recipes/live555/live555_20090602.bb b/recipes/live555/live555_20090602.bb
deleted file mode 100644 (file)
index a07a748..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# live555 OE build file
-# Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION = "LIVE555 Streaming Media libraries"
-HOMEPAGE = "http://live.com/"
-LICENSE = "LGPL"
-SECTION = "devel"
-
-PR = "r3"
-
-SRC_URI = "http://www.live555.com/liveMedia/public/live.2009.06.02.tar.gz \
-           file://config.linux-cross"
-
-S = "${WORKDIR}/live"
-
-do_configure() {
-       cp ${WORKDIR}/config.linux-cross .
-       ./genMakefiles linux-cross
-}
-
-do_compile() {
-       make
-}
-
-do_install() {
-       install -d ${D}${includedir}/BasicUsageEnvironment
-       install -d ${D}${includedir}/groupsock
-       install -d ${D}${includedir}/liveMedia
-       install -d ${D}${includedir}/UsageEnvironment
-       install -d ${D}${libdir}
-       cp -a ${S}/BasicUsageEnvironment/include/*.hh ${D}${includedir}/BasicUsageEnvironment/
-       cp -a ${S}/groupsock/include/*.h ${D}${includedir}/groupsock/
-       cp -a ${S}/groupsock/include/*.hh ${D}${includedir}/groupsock/
-       cp -a ${S}/liveMedia/include/*.hh ${D}${includedir}/liveMedia/
-       cp -a ${S}/UsageEnvironment/include/*.hh ${D}${includedir}/UsageEnvironment/
-       # Find all the headers
-       for i in $(find . -name "*.hh") $(find . -name "*.h") ; do
-               install ${i} ${D}${includedir}
-       done
-       cp ${S}/*/*.a ${D}${libdir}
-}
-
-SRC_URI[md5sum] = "088f848b64cef1d54034bc24cfa3c156"
-SRC_URI[sha256sum] = "66c54241bfcc7ea42fe40e1c93739be79a3c065390c4163c0f2647ac45c24758"
diff --git a/recipes/live555/live555_20100409.bb b/recipes/live555/live555_20100409.bb
deleted file mode 100644 (file)
index 01fdd63..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-require live555.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "7f56f54c1c4697764c6e88282e353e81"
-SRC_URI[sha256sum] = "e9539f59058cb885f28ac48cdce285f8a0fe567c4aa889c2ac3bd0638b007944"
-
diff --git a/recipes/live555/live555_20100529.bb b/recipes/live555/live555_20100529.bb
deleted file mode 100644 (file)
index 22c9aa4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-require live555.inc
-
-PR = "${INC_PR}.1"
-
-SRC_URI[md5sum] = "285266fe9ddf6ed1f7bfd6ecae16f742"
-SRC_URI[sha256sum] = "9079b577ac20b85378b39ea00a1bf30e09a77763e704d8c5bdc85451257a8f72"
-
diff --git a/recipes/live555/live555_20101015.bb b/recipes/live555/live555_20101015.bb
new file mode 100644 (file)
index 0000000..eb6dfe3
--- /dev/null
@@ -0,0 +1,7 @@
+require live555.inc
+
+PR = "${INC_PR}.1"
+
+SRC_URI[md5sum] = "29734ddc6fddbb1a3a8f51a6de7a21c5"
+SRC_URI[sha256sum] = "278d99c0880f324769164d6872fea88f8d82ec5b87bb66c92035f46ee2f10adc"
+