mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
Add gtk+, avahi, dbus-0.34 (.36 coming soon) and dependencies. Fix x11-common breakage.
git-svn-id: https://svn.o-hand.com/repos/poky@13 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
18
openembedded/packages/libdaemon/libdaemon_0.6.bb
Normal file
18
openembedded/packages/libdaemon/libdaemon_0.6.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons."
|
||||
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
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 src libdaemon ${STAGING_LIBDIR}
|
||||
install -d ${STAGING_INCDIR}/libdaemon
|
||||
for i in dlog.h dexec.h dfork.h dsignal.h dnonblock.h dpid.h; do
|
||||
install -m 0644 ${S}/src/$i ${STAGING_INCDIR}/libdaemon/
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user