[oe-commits] Frans Meulenbroeks : ccrtp: package created

git version control git at git.openembedded.org
Mon Oct 19 11:14:39 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Oct 19 13:14:10 2009 +0200

ccrtp: package created

---

 conf/checksums.ini                     |    4 ++++
 recipes/ccrtp/ccrtp/configure.ac.patch |   12 ++++++++++++
 recipes/ccrtp/ccrtp_1.7.0.bb           |    9 +++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index fac037d..427688d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3658,6 +3658,10 @@ sha256=f1e44d628cc4cbac192bf33f492ad8d1e1988cae576924128df36f3638e9a485
 md5=ebb5fc927d73cd63737a9114481e8957
 sha256=8cb892ef36321069eff7826aa732f1481715fe54bf96346fae1d25565b44c536
 
+[ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-1.7.0.tar.gz]
+md5=eb86cd2ac06af27ea60b1a349122605c
+sha256=923cd26ffc43903ef33704e46fd57f659c3ad01554927fe323635a73082d56ae
+
 [http://surfnet.dl.sourceforge.net/sourceforge/xbplayer/ccxstream-1.0.15.tar.gz]
 md5=c589fff48ce541f26b394c9d82ccbead
 sha256=2dec31ba4a176c921a653c0949a53c2d3497e047737724350897fd2534db18fe
diff --git a/recipes/ccrtp/ccrtp/configure.ac.patch b/recipes/ccrtp/ccrtp/configure.ac.patch
new file mode 100644
index 0000000..236a4cf
--- /dev/null
+++ b/recipes/ccrtp/ccrtp/configure.ac.patch
@@ -0,0 +1,12 @@
+Index: ccrtp-1.7.0/configure.ac
+===================================================================
+--- ccrtp-1.7.0.orig/configure.ac
++++ ccrtp-1.7.0/configure.ac
+@@ -9,6 +9,7 @@
+ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ 
++m4_pattern_allow(LT_VERSION)
+ AC_INIT(src/ccrtp/rtp.h)
+ 
+ cfg_options=""
diff --git a/recipes/ccrtp/ccrtp_1.7.0.bb b/recipes/ccrtp/ccrtp_1.7.0.bb
new file mode 100644
index 0000000..5f0b1c1
--- /dev/null
+++ b/recipes/ccrtp/ccrtp_1.7.0.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "GNU Common C++"
+HOMEPAGE = "http://freshmeat.net/projects/ccrtp"
+LICENSE = "GPL"
+PR="r0"
+DEPENDS = "commoncpp2"
+SRC_URI = "ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-${PV}.tar.gz \
+	file://configure.ac.patch;patch=1"
+
+inherit autotools pkgconfig autotools_stage





More information about the Openembedded-commits mailing list