diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-19 16:01:10 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-19 16:01:10 +0000 |
commit | 4fb6a9e216b856cac62d6c05ce91f8a4b6fa97eb (patch) | |
tree | 91a89594d61dc13c6a216be153a14094cc8b4a03 /meta/packages/hal/hal_0.5.4.bb | |
parent | 6d1509baa72537db5e83be83226066d7fdd47540 (diff) | |
download | poky-4fb6a9e216b856cac62d6c05ce91f8a4b6fa97eb.tar.gz |
Upgrade HAL to 0.5.8.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1168 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hal/hal_0.5.4.bb')
-rw-r--r-- | meta/packages/hal/hal_0.5.4.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/packages/hal/hal_0.5.4.bb b/meta/packages/hal/hal_0.5.4.bb deleted file mode 100644 index 147439d4c3..0000000000 --- a/meta/packages/hal/hal_0.5.4.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | SECTION = "unknown" | ||
2 | DESCRIPTION = "Hardware Abstraction Layer" | ||
3 | DEPENDS = "dbus expat libusb" | ||
4 | RDEPENDS += "hotplug" | ||
5 | RDEPENDS_hal-device-manager = "python hal python-pygnome" | ||
6 | RRECOMMENDS = "udev-utils" | ||
7 | HOMEPAGE = "http://freedesktop.org/Software/hal" | ||
8 | LICENSE = "GPL LGPL AFL" | ||
9 | PR = "r1" | ||
10 | |||
11 | SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz" | ||
12 | S = "${WORKDIR}/hal-${PV}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ | ||
17 | --with-expat=${STAGING_LIBDIR}/.. \ | ||
18 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ | ||
19 | --with-hotplug=${sysconfdir}/hotplug.d \ | ||
20 | --disable-docbook-docs" | ||
21 | |||
22 | do_stage() { | ||
23 | autotools_stage_includes | ||
24 | install -d ${STAGING_LIBDIR} | ||
25 | install -m 755 libhal/.libs/libhal.so.1.0.0 ${STAGING_LIBDIR}/libhal.so | ||
26 | install -m 755 libhal-storage/.libs/libhal-storage.so.1.0.0 ${STAGING_LIBDIR}/libhal-storage.so | ||
27 | } | ||
28 | |||
29 | PACKAGES += "hal-device-manager" | ||
30 | FILES_${PN} = "${sysconfdir} ${bindir}/lshal ${bindir}/hal-get-property ${bindir}/hal-set-property ${sbindir} ${libdir}/libhal.so* ${libdir}/libhal-storage.so* ${libexecdir} ${datadir}/hal/fdi" | ||
31 | FILES_hal-device-manager = "${datadir}/hal/device-manager/ ${bindir}/hal-device-manager" | ||
32 | |||