aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ccrtp
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2011-01-14 22:41:42 +0100
committerThomas Zimmermann <ml@vdm-design.de>2011-01-14 22:41:42 +0100
commit7f34f127e51455212ed7c185b9743f27f5802f77 (patch)
tree7bbc2d0c3b1957ef506699f7e480d57933649ed8 /recipes/ccrtp
parentefa2cae6a314fb7e88d5e2c7849f9cd1d5d4a0ea (diff)
downloadopenembedded-7f34f127e51455212ed7c185b9743f27f5802f77.tar.gz
ccrtp: update to version 1.7.2
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/ccrtp')
-rw-r--r--recipes/ccrtp/ccrtp_1.7.2.bb16
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 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
+}