[oe] [PATCH] libnfo: Add libnfo hg.

Paul Menzel paulepanter at users.sourceforge.net
Fri Mar 19 14:38:46 UTC 2010


1. `--enable-pic` is needed for non-x86 architectures.
2. Put test programs in separate package `${PN}-bin`. Manual pages are in `${PN}-doc` though.
3. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard"`.
4. I did not use release 1.0.0 since `configure` in that version does not have the option `--enable-pic`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
I am not sure about setting the program version, since I do not know if the next release is 1.0.1 or 1.1.0. Could this please be fixed when this is committed.
---
 recipes/libnfo/libnfo.inc   |   26 ++++++++++++++++++++++++++
 recipes/libnfo/libnfo_hg.bb |    9 +++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 recipes/libnfo/libnfo.inc
 create mode 100644 recipes/libnfo/libnfo_hg.bb

diff --git a/recipes/libnfo/libnfo.inc b/recipes/libnfo/libnfo.inc
new file mode 100644
index 0000000..6a1ff58
--- /dev/null
+++ b/recipes/libnfo/libnfo.inc
@@ -0,0 +1,26 @@
+DESCRIPTION = "GeeXboX libNFO is a small library aiming at parsing and writing NFO files."
+HOMEPAGE = "http://libnfo.geexbox.org/"
+SECTION = "libs/multimedia"
+LICENSE = "LGPLv2+"
+DEPENDS = "libxml2"
+
+INC_PR = "r0"
+
+SRC_URI = "http://libplayer.geexbox.org/releases/${PN}.tar.bz2;name=${PN}"
+
+inherit autotools pkgconfig
+
+# the configure script is hand-crafted, it rejects some of the usual
+# configure arguments
+do_configure() {
+	${S}/configure \
+			--prefix=${prefix} \
+		--disable-strip \
+		--cross-compile \
+		--enable-pic \
+		--enable-doc
+}
+
+PACKAGES =+ "${PN}-bin"
+
+FILES_${PN}-bin = "${bindir}/*"
diff --git a/recipes/libnfo/libnfo_hg.bb b/recipes/libnfo/libnfo_hg.bb
new file mode 100644
index 0000000..86c301e
--- /dev/null
+++ b/recipes/libnfo/libnfo_hg.bb
@@ -0,0 +1,9 @@
+require libnfo.inc
+PV = "1.0.0+1.1.0"
+PR = "${INC_PR}.0"
+
+SRCREV = "8f6237741f72"
+
+SRC_URI = "hg://hg.geexbox.org;module=${PN};rev=${SRCREV}"
+
+S = "${WORKDIR}/${PN}"
-- 
1.7.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20100319/3b5ce957/attachment-0002.sig>


More information about the Openembedded-devel mailing list