diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:45:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:45:34 +0000 |
| commit | 63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (patch) | |
| tree | 9e3f74c84bfa2e6a2303345450062aaf995671fe /openembedded/packages/libdaemon | |
| parent | 00f5d77e03a8e46607149bb82d7acacfc7996990 (diff) | |
| download | poky-63e2f3e549fa5ef0388f5e975ff166e287f64cf4.tar.gz | |
Misc changes to match OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@334 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libdaemon')
| -rw-r--r-- | openembedded/packages/libdaemon/libdaemon_0.6.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/libdaemon/libdaemon_0.6.bb b/openembedded/packages/libdaemon/libdaemon_0.6.bb index 578c9b7674..2bdf8cb5cc 100644 --- a/openembedded/packages/libdaemon/libdaemon_0.6.bb +++ b/openembedded/packages/libdaemon/libdaemon_0.6.bb | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." | 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>" | ||
| 3 | HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" | 4 | HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" |
| 5 | MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>" | ||
| 4 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 5 | 7 | ||
| 6 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" | 8 | SRC_URI = "http://0pointer.de/lennart/projects/libdaemon/libdaemon-${PV}.tar.gz" |
