diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-20 01:21:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-20 01:21:42 +0000 |
commit | 1b9486446c85543c2a90469122ed79c98e6af9f0 (patch) | |
tree | 4595c398302e934af7eefd4c71813f4352b1388a /hal | |
parent | 7920d89da403b3231d3c9e29286043dda9560cae (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/11/20 02:20:47+01:00 hrw.one.pl!hrw
added license to some packages
BKrev: 419e9c26J8jBCbLq5erARzIY4dhVHA
Diffstat (limited to 'hal')
-rw-r--r-- | hal/hal_0.2.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hal/hal_0.2.oe b/hal/hal_0.2.oe index b34b4ea5be..400e7e054b 100644 --- a/hal/hal_0.2.oe +++ b/hal/hal_0.2.oe @@ -3,7 +3,8 @@ DESCRIPTION = "Hardware Abstraction Layer" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DEPENDS = "dbus expat" RDEPENDS += "hotplug" -WEBPAGE = "http://freedesktop.org/Software/hal" +HOMEPAGE = "http://freedesktop.org/Software/hal" +LICENSE = "GPL LGPL AFL" SRC_URI = "http://freedesktop.org/~david/hal-${PV}/hal-${PV}.tar.gz" S = "${WORKDIR}/hal-${PV}" |