[oe-commits] Thomas Zimmermann : ccrtp: update to 1.8.0 as sources of 1.7. 2 were removed today

git version control git at git.openembedded.org
Fri Jan 14 22:15:03 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5a2fcbb9ad02b2be7589470b1b7048a61e94d793
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a2fcbb9ad02b2be7589470b1b7048a61e94d793

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Fri Jan 14 23:11:26 2011 +0100

ccrtp: update to 1.8.0 as sources of 1.7.2 were removed today

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 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(-)

diff --git a/recipes/ccrtp/ccrtp_1.7.2.bb b/recipes/ccrtp/ccrtp_1.7.2.bb
deleted file mode 100644
index 945396f..0000000
--- 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 20a851b..daa6d39 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
 





More information about the Openembedded-commits mailing list