diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:22:29 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:22:29 +0000 |
commit | 5246cd02add98ce93e8bfa7b91523c7dbe954eff (patch) | |
tree | b08f4b168f40d8919199dd08fee38bde446554ff /meta-openmoko/packages | |
parent | 44b8971cdc9846721661c4406c79f656b5f4e0e1 (diff) | |
download | openembedded-core-5246cd02add98ce93e8bfa7b91523c7dbe954eff.tar.gz openembedded-core-5246cd02add98ce93e8bfa7b91523c7dbe954eff.tar.bz2 openembedded-core-5246cd02add98ce93e8bfa7b91523c7dbe954eff.zip |
liburiparser: added from OE (needed by openmoko-mediaplayer2)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4778 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages')
-rw-r--r-- | meta-openmoko/packages/liburiparser/files/autofoo.patch | 10 | ||||
-rw-r--r-- | meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb | 15 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta-openmoko/packages/liburiparser/files/autofoo.patch b/meta-openmoko/packages/liburiparser/files/autofoo.patch new file mode 100644 index 0000000000..f578b21886 --- /dev/null +++ b/meta-openmoko/packages/liburiparser/files/autofoo.patch @@ -0,0 +1,10 @@ +--- /tmp/configure.in 2008-06-21 12:20:52.000000000 +0200 ++++ uriparser-0.5.1/configure.in 2008-06-21 12:21:16.000000000 +0200 +@@ -9,6 +9,7 @@ + AC_PROG_LIBTOOL + AC_HEADER_STDC + ++AM_PROG_CC_C_O + + + # URI_SIZEDOWN diff --git a/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb b/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb new file mode 100644 index 0000000000..60c88cba23 --- /dev/null +++ b/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb @@ -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 +} + |