[oe-commits] Thomas Zimmermann : ccrtp: update to version 1.7.2

git version control git at git.openembedded.org
Fri Jan 14 21:45:06 UTC 2011


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

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Fri Jan 14 22:41:42 2011 +0100

ccrtp: update to version 1.7.2

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

---

 recipes/ccrtp/ccrtp_1.7.2.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/ccrtp/ccrtp_1.7.2.bb b/recipes/ccrtp/ccrtp_1.7.2.bb
new file mode 100644
index 0000000..945396f
--- /dev/null
+++ b/recipes/ccrtp/ccrtp_1.7.2.bb
@@ -0,0 +1,16 @@
+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
+}





More information about the Openembedded-commits mailing list