From 5a2fcbb9ad02b2be7589470b1b7048a61e94d793 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 14 Jan 2011 23:11:26 +0100 Subject: [PATCH] ccrtp: update to 1.8.0 as sources of 1.7.2 were removed today Signed-off-by: Thomas Zimmermann --- recipes/ccrtp/ccrtp_1.7.2.bb | 16 ---------------- recipes/ccrtp/{ccrtp_1.7.0.bb => ccrtp_1.8.0.bb} | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 recipes/ccrtp/ccrtp_1.7.2.bb rename recipes/ccrtp/{ccrtp_1.7.0.bb => ccrtp_1.8.0.bb} (72%) 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 similarity index 72% rename from recipes/ccrtp/ccrtp_1.7.0.bb rename to 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 -- 2.39.5