aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ccrtp
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2011-01-14 23:11:26 +0100
committerThomas Zimmermann <ml@vdm-design.de>2011-01-14 23:11:26 +0100
commit5a2fcbb9ad02b2be7589470b1b7048a61e94d793 (patch)
treef8bceba63d02772ae67f26b97469aebcda39732d /recipes/ccrtp
parentd7fb492bd699d81d972148285f41d83c8a4cd3ec (diff)
downloadopenembedded-5a2fcbb9ad02b2be7589470b1b7048a61e94d793.tar.gz
ccrtp: update to 1.8.0 as sources of 1.7.2 were removed today
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/ccrtp')
-rw-r--r--recipes/ccrtp/ccrtp_1.7.2.bb16
-rw-r--r--recipes/ccrtp/ccrtp_1.8.0.bb (renamed from recipes/ccrtp/ccrtp_1.7.0.bb)4
2 files changed, 2 insertions, 18 deletions
diff --git a/recipes/ccrtp/ccrtp_1.7.2.bb b/recipes/ccrtp/ccrtp_1.7.2.bb
deleted file mode 100644
index 945396f513..0000000000
--- a/recipes/ccrtp/ccrtp_1.7.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "GNU Common C++"
-HOMEPAGE = "http://freshmeat.net/projects/ccrtp"
-LICENSE = "GPL"
-DEPENDS = "commoncpp2"
-PR = "r0"
-
-SRC_URI = "ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-${PV}.tar.gz;name=archive \
- file://configure.ac.patch"
-SRC_URI[archive.md5sum] = "0c2edb048c510ba7cd172e833aea8ac5"
-SRC_URI[archive.sha256sum] = "9e7facfac942f401a4527268905b13fe68aa50ff751fa64b825190015c2ae7ef"
-
-inherit pkgconfig autotools
-
-do_configure_prepend () {
- sed -i -e 's#COMMON_LIBPATH=`pkg-config --variable=libdir libccgnu2`#COMMON_LIBPATH=${STAGING_LIBDIR}#' configure.ac
-}
diff --git a/recipes/ccrtp/ccrtp_1.7.0.bb b/recipes/ccrtp/ccrtp_1.8.0.bb
index 20a851b951..daa6d398d0 100644
--- a/recipes/ccrtp/ccrtp_1.7.0.bb
+++ b/recipes/ccrtp/ccrtp_1.8.0.bb
@@ -6,8 +6,8 @@ PR = "r0"
SRC_URI = "ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-${PV}.tar.gz;name=archive \
file://configure.ac.patch"
-SRC_URI[archive.md5sum] = "eb86cd2ac06af27ea60b1a349122605c"
-SRC_URI[archive.sha256sum] = "923cd26ffc43903ef33704e46fd57f659c3ad01554927fe323635a73082d56ae"
+SRC_URI[archive.md5sum] = "3410d2f43a6a28679bd091ed8b2ed228"
+SRC_URI[archive.sha256sum] = "365feddd276c78104600204ae6db4e76c66036df1e5b905e855239daac6a2473"
inherit pkgconfig autotools