[oe-commits] org.oe.dreambox libdaemon: add version 0.12 which fixes several non-x86 problems

tmbinc commit openembedded-commits at lists.openembedded.org
Fri Feb 1 10:06:51 UTC 2008


libdaemon: add version 0.12 which fixes several non-x86 problems

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 002e7876cbe159e880d50756dc2a35d16d376506
ViewMTN: http://monotone.openembedded.org/revision/info/002e7876cbe159e880d50756dc2a35d16d376506
Files:
1
packages/libdaemon/libdaemon_0.12.bb
Diffs:

#
# mt diff -rf8586fae7a0704c10ea75bdb804d0e4bf981cc46 -r002e7876cbe159e880d50756dc2a35d16d376506
#
# 
# 
# add_file "packages/libdaemon/libdaemon_0.12.bb"
#  content [096ac098f123427d223ff699f237de9e4c87e0fa]
# 
============================================================
--- packages/libdaemon/libdaemon_0.12.bb	096ac098f123427d223ff699f237de9e4c87e0fa
+++ packages/libdaemon/libdaemon_0.12.bb	096ac098f123427d223ff699f237de9e4c87e0fa
@@ -0,0 +1,20 @@
+DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons."
+SECTION = "libs"
+AUTHOR = "Lennart Poettering <lennart at poettering.net>"
+HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
+LICENSE = "LGPL"
+PR = "r0"
+
+SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-lynx --disable-doxygen"
+
+do_stage () {
+	oe_libinstall -a -so -C libdaemon libdaemon ${STAGING_LIBDIR}
+	install -d ${STAGING_INCDIR}/libdaemon
+	for i in daemon.h dlog.h dexec.h dfork.h dsignal.h dnonblock.h dpid.h; do
+		install -m 0644 ${S}/libdaemon/$i ${STAGING_INCDIR}/libdaemon/
+	done
+}






More information about the Openembedded-commits mailing list