diff options
| author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-20 14:05:03 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-20 14:05:03 +0000 |
| commit | 446dbdbddfd76fcfda718014e836136d97bb7b30 (patch) | |
| tree | 733667aad847b4710e937179b27a37e9038f023e /packages/libdaemon/libdaemon_0.3.bb | |
| parent | 047fecc9b152bd5774e8d54094d786650dc0d679 (diff) | |
| parent | ed3cfb03aac52ead6da79e173274b26a51e3244d (diff) | |
merge of 1077a62e5a0cf3a585d0b28b763970cb1f9495ff
and 84f39d6ce58c1d05af73e9efc4431efad132f997
Diffstat (limited to 'packages/libdaemon/libdaemon_0.3.bb')
| -rw-r--r-- | packages/libdaemon/libdaemon_0.3.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/libdaemon/libdaemon_0.3.bb b/packages/libdaemon/libdaemon_0.3.bb deleted file mode 100644 index 0d0b563de6..0000000000 --- a/packages/libdaemon/libdaemon_0.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." -LICENSE ="GPL" -SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" - -inherit autotools - -EXTRA_OECONF = "--disable-lynx" - -do_stage () { - oe_libinstall -a -so -C src libdaemon ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/libdaemon - for i in dlog.h dfork.h dsignal.h dnonblock.h dpid.h; do - install -m 0644 ${S}/src/$i ${STAGING_INCDIR}/libdaemon/ - done -} |
