aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ccrtp
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-19 13:14:10 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-19 13:14:10 +0200
commit31c26d29559c2eebf04d546a69dd1df7a9dfdec6 (patch)
tree26a9fb4ce627725f1bcfd1ad661dcebf48294f8d /recipes/ccrtp
parenta35c89af39a80d3cd5b04806c7ce0d97b09622d5 (diff)
downloadopenembedded-31c26d29559c2eebf04d546a69dd1df7a9dfdec6.tar.gz
ccrtp: package created
Diffstat (limited to 'recipes/ccrtp')
-rw-r--r--recipes/ccrtp/ccrtp/configure.ac.patch12
-rw-r--r--recipes/ccrtp/ccrtp_1.7.0.bb9
2 files changed, 21 insertions, 0 deletions
diff --git a/recipes/ccrtp/ccrtp/configure.ac.patch b/recipes/ccrtp/ccrtp/configure.ac.patch
new file mode 100644
index 0000000000..236a4cf62e
--- /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 0000000000..5f0b1c13e0
--- /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