From 7f34f127e51455212ed7c185b9743f27f5802f77 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Fri, 14 Jan 2011 22:41:42 +0100 Subject: ccrtp: update to version 1.7.2 Signed-off-by: Thomas Zimmermann --- recipes/ccrtp/ccrtp_1.7.2.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/ccrtp/ccrtp_1.7.2.bb (limited to 'recipes/ccrtp') diff --git a/recipes/ccrtp/ccrtp_1.7.2.bb b/recipes/ccrtp/ccrtp_1.7.2.bb new file mode 100644 index 0000000000..945396f513 --- /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 +} -- cgit 1.2.3-korg