diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 18:53:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 18:53:12 +0000 |
commit | f04c66a0233d157184a98ae889e8ef562e4bbb5a (patch) | |
tree | 64e9f1210c8a8c1bbc866ee48e940de0ecd97a80 /packages/hal | |
parent | 48b917443d7520347e433b6534355bb8bb19bc76 (diff) |
divers: fix minor spacing errors, sanitize
Diffstat (limited to 'packages/hal')
-rw-r--r-- | packages/hal/hal_0.5.7.bb | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/packages/hal/hal_0.5.7.bb b/packages/hal/hal_0.5.7.bb index c6ca7f75dc..5933676260 100644 --- a/packages/hal/hal_0.5.7.bb +++ b/packages/hal/hal_0.5.7.bb @@ -1,12 +1,11 @@ -SECTION = "unknown" DESCRIPTION = "Hardware Abstraction Layer" +HOMEPAGE = "http://freedesktop.org/Software/hal" +SECTION = "unknown" +LICENSE = "GPL LGPL AFL" DEPENDS = "dbus expat libusb" RDEPENDS += "hotplug" #RDEPENDS_hal-device-manager = "python hal python-pygnome" RRECOMMENDS = "udev-utils" -HOMEPAGE = "http://freedesktop.org/Software/hal" -LICENSE = "GPL LGPL AFL" -PR = "r0" SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \ file://dbus-fix-api.patch;patch=1" @@ -28,19 +27,19 @@ do_stage() { } #PACKAGES += "hal-device-manager" -FILES_${PN} = "${sysconfdir} \ - ${bindir}/lshal \ - ${bindir}/hal-find-by-capability \ - ${bindir}/hal-find-by-property \ - ${bindir}/hal-device \ - ${bindir}/hal-get-property \ - ${bindir}/hal-set-property \ - ${sbindir} \ - ${libdir}/libhal.so* \ - ${libdir}/libhal-storage.so* \ - ${libexecdir} \ - ${datadir}/hal/fdi \ - ${datadir}/hal/scripts" +FILES_${PN} = "${sysconfdir} \ + ${bindir}/lshal \ + ${bindir}/hal-find-by-capability \ + ${bindir}/hal-find-by-property \ + ${bindir}/hal-device \ + ${bindir}/hal-get-property \ + ${bindir}/hal-set-property \ + ${sbindir} \ + ${libdir}/libhal.so* \ + ${libdir}/libhal-storage.so* \ + ${libexecdir} \ + ${datadir}/hal/fdi \ + ${datadir}/hal/scripts" #FILES_hal-device-manager = " \ # ${datadir}/hal/device-manager/ \ # ${bindir}/hal-device-manager" |