aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/live555
diff options
context:
space:
mode:
authorSean Cross <sean@chumby.com>2010-10-17 07:05:55 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-20 18:30:25 -0700
commitd511e070d0262854f7632946964d6330a0d40d08 (patch)
tree06328bf85f0f51710c543c0ae85ebad039189df4 /recipes/live555
parent72f812b7cc05a0fb3b46acf30b916a137a71eb41 (diff)
downloadopenembedded-d511e070d0262854f7632946964d6330a0d40d08.tar.gz
live555: Add version 20101015 and remove older versions
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>
Diffstat (limited to 'recipes/live555')
-rw-r--r--recipes/live555/live555_20051005.bb26
-rw-r--r--recipes/live555/live555_20090602.bb45
-rw-r--r--recipes/live555/live555_20100409.bb7
-rw-r--r--recipes/live555/live555_20100529.bb7
-rw-r--r--recipes/live555/live555_20101015.bb7
5 files changed, 7 insertions, 85 deletions
diff --git a/recipes/live555/live555_20051005.bb b/recipes/live555/live555_20051005.bb
deleted file mode 100644
index a4eb5bd00b..0000000000
--- a/recipes/live555/live555_20051005.bb
+++ /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
index a07a748d2b..0000000000
--- a/recipes/live555/live555_20090602.bb
+++ /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
index 01fdd6356c..0000000000
--- a/recipes/live555/live555_20100409.bb
+++ /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
index 22c9aa4890..0000000000
--- a/recipes/live555/live555_20100529.bb
+++ /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
index 0000000000..eb6dfe3df6
--- /dev/null
+++ b/recipes/live555/live555_20101015.bb
@@ -0,0 +1,7 @@
+require live555.inc
+
+PR = "${INC_PR}.1"
+
+SRC_URI[md5sum] = "29734ddc6fddbb1a3a8f51a6de7a21c5"
+SRC_URI[sha256sum] = "278d99c0880f324769164d6872fea88f8d82ec5b87bb66c92035f46ee2f10adc"
+