[oe-commits] org.oe.dev add liburiparser

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Aug 25 23:00:31 UTC 2007


add liburiparser

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: d036c4c5b4572c55a6869c3a333de0bcce5bb6c2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d036c4c5b4572c55a6869c3a333de0bcce5bb6c2
Files:
1
packages/liburiparser
packages/liburiparser/files
packages/liburiparser/files/autofoo.patch
packages/liburiparser/liburiparser_0.5.1.bb
Diffs:

#
# mt diff -rf10f45b92e398a7023aaca90801e60203f3cd164 -rd036c4c5b4572c55a6869c3a333de0bcce5bb6c2
#
# 
# 
# add_dir "packages/liburiparser"
# 
# add_dir "packages/liburiparser/files"
# 
# add_file "packages/liburiparser/files/autofoo.patch"
#  content [39dede97db097f7a997d5ee9abac8c2e12f9a5f4]
# 
# add_file "packages/liburiparser/liburiparser_0.5.1.bb"
#  content [3cb05d7529e2f1f4f5b93c72efade949c73cbd5f]
# 
============================================================
--- packages/liburiparser/files/autofoo.patch	39dede97db097f7a997d5ee9abac8c2e12f9a5f4
+++ packages/liburiparser/files/autofoo.patch	39dede97db097f7a997d5ee9abac8c2e12f9a5f4
@@ -0,0 +1,21 @@
+Index: uriparser-0.5.1/configure.in
+===================================================================
+--- uriparser-0.5.1.orig/configure.in	2007-08-25 15:32:52.000000000 +0000
++++ uriparser-0.5.1/configure.in	2007-08-25 15:34:56.000000000 +0000
+@@ -2,7 +2,7 @@
+ AC_INIT([uriparser], [0.5.1])
+ AM_INIT_AUTOMAKE([1.9 foreign])
+ AM_CONFIG_HEADER(test/CppTest/config.h)
+-
++AM_PROG_CC_C_O
+ 
+ AC_PROG_CC
+ AC_PROG_CXX
+@@ -10,7 +10,6 @@
+ AC_HEADER_STDC
+ 
+ 
+-
+ # URI_SIZEDOWN
+ AC_ARG_ENABLE(sizedown, [
+ Extra options:
============================================================
--- packages/liburiparser/liburiparser_0.5.1.bb	3cb05d7529e2f1f4f5b93c72efade949c73cbd5f
+++ packages/liburiparser/liburiparser_0.5.1.bb	3cb05d7529e2f1f4f5b93c72efade949c73cbd5f
@@ -0,0 +1,15 @@
+DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."
+HOMEPAGE = "http://uriparser.sf.net"
+SECTION = "libs"
+LICENSE = "BSD"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/uriparser/uriparser-${PV}.tar.bz2 \
+           file://autofoo.patch;patch=1"
+S = "${WORKDIR}/uriparser-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list