mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 lines
415 B
BlitzBasic
13 lines
415 B
BlitzBasic
DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons."
|
|
SECTION = "libs"
|
|
AUTHOR = "Lennart Poettering <lennart@poettering.net>"
|
|
HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/"
|
|
LICENSE = "LGPL"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--disable-lynx --disable-doxygen"
|