diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 09:15:16 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-18 09:15:16 +0000 |
commit | 216d5f022fa56d81d52118945476a6b9acce0132 (patch) | |
tree | f4d5ba584865e9f3823f15a2ee6a3e673c64e573 /packages/hal/hal_0.5.7.bb | |
parent | 17b59827785d3f488a9b72d9c9a6d51ba5c933c4 (diff) | |
parent | 9c9415a87de6a1cf058b99d304b31c78e4f31438 (diff) |
merge of '8cde5e5064761c45e322d841a3b3313245cb264a'
and 'd6f1925c439f5b0608c0189c89b17a335f9fbbb6'
Diffstat (limited to 'packages/hal/hal_0.5.7.bb')
-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" |