cornucopia: bump SRCREV
[openembedded.git] / recipes / ccrtp / ccrtp_1.8.0.bb
blobdaa6d398d03eaf17c8b012b8da9eabb6eb06ea42
1 DESCRIPTION = "GNU Common C++"
2 HOMEPAGE = "http://freshmeat.net/projects/ccrtp"
3 LICENSE = "GPL"
4 DEPENDS = "commoncpp2"
5 PR = "r0"
7 SRC_URI = "ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-${PV}.tar.gz;name=archive \
8 file://configure.ac.patch"
9 SRC_URI[archive.md5sum] = "3410d2f43a6a28679bd091ed8b2ed228"
10 SRC_URI[archive.sha256sum] = "365feddd276c78104600204ae6db4e76c66036df1e5b905e855239daac6a2473"
12 inherit pkgconfig autotools
14 do_configure_prepend () {
15 sed -i -e 's#COMMON_LIBPATH=`pkg-config --variable=libdir libccgnu2`#COMMON_LIBPATH=${STAGING_LIBDIR}#' configure.ac