diff options
| author | Ross Burton <ross@openedhand.com> | 2007-08-02 09:43:41 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2007-08-02 09:43:41 +0000 |
| commit | 96e455ffc7875e6f6b509550ad61abe5ea12c4cb (patch) | |
| tree | 935c44b3c49fc9eb857ab0476171278527144474 /meta/packages/libdaemon/libdaemon_0.12.bb | |
| parent | a92c10a5d3a7e28a9e5cdc491d1609d3cf843a1f (diff) | |
| download | poky-96e455ffc7875e6f6b509550ad61abe5ea12c4cb.tar.gz | |
Upgrade libdaemon to 0.12
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2312 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libdaemon/libdaemon_0.12.bb')
| -rw-r--r-- | meta/packages/libdaemon/libdaemon_0.12.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/libdaemon/libdaemon_0.12.bb b/meta/packages/libdaemon/libdaemon_0.12.bb new file mode 100644 index 0000000000..a166414e61 --- /dev/null +++ b/meta/packages/libdaemon/libdaemon_0.12.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." | ||
| 2 | SECTION = "libs" | ||
| 3 | AUTHOR = "Lennart Poettering <lennart@poettering.net>" | ||
| 4 | HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" | ||
| 5 | LICENSE = "LGPL" | ||
| 6 | |||
| 7 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
| 10 | |||
| 11 | EXTRA_OECONF = "--disable-lynx --disable-doxygen" | ||
| 12 | |||
| 13 | do_stage () { | ||
| 14 | oe_libinstall -a -so -C libdaemon libdaemon ${STAGING_LIBDIR} | ||
| 15 | install -d ${STAGING_INCDIR}/libdaemon | ||
| 16 | for i in dlog.h dexec.h dfork.h dsignal.h dnonblock.h dpid.h; do | ||
| 17 | install -m 0644 ${S}/libdaemon/$i ${STAGING_INCDIR}/libdaemon/ | ||
| 18 | done | ||
| 19 | } | ||
