diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 22:04:03 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 22:04:03 +0000 |
| commit | 321fc54706f4dfc90786e336a87f262a64aa9007 (patch) | |
| tree | ddb108f2b021a08fb48d76f5bf3730f16482ea9d /meta | |
| parent | 74fb622cd047c798bc19b555948340ccff1d75d4 (diff) | |
| download | poky-321fc54706f4dfc90786e336a87f262a64aa9007.tar.gz | |
hal: split libraries to separate packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3644 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/hal/hal_0.5.9.1.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/packages/hal/hal_0.5.9.1.bb b/meta/packages/hal/hal_0.5.9.1.bb index 9cfc28a03d..8422647ac4 100644 --- a/meta/packages/hal/hal_0.5.9.1.bb +++ b/meta/packages/hal/hal_0.5.9.1.bb | |||
| @@ -7,7 +7,7 @@ DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb" | |||
| 7 | RDEPENDS_${PN} += "udev hal-info" | 7 | RDEPENDS_${PN} += "udev hal-info" |
| 8 | RRECOMMENDS_${PN} += "udev-utils" | 8 | RRECOMMENDS_${PN} += "udev-utils" |
| 9 | 9 | ||
| 10 | PR = "r4" | 10 | PR = "r5" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \ | 12 | SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \ |
| 13 | file://sg-inhibit.patch;patch=1 \ | 13 | file://sg-inhibit.patch;patch=1 \ |
| @@ -46,7 +46,7 @@ do_stage() { | |||
| 46 | 46 | ||
| 47 | # At the time the postinst runs, dbus might not be setup so only restart if running | 47 | # At the time the postinst runs, dbus might not be setup so only restart if running |
| 48 | pkg_postinst_hal () { | 48 | pkg_postinst_hal () { |
| 49 | # can't do this offline | 49 | # can not do this offline |
| 50 | if [ "x$D" != "x" ]; then | 50 | if [ "x$D" != "x" ]; then |
| 51 | exit 1 | 51 | exit 1 |
| 52 | fi | 52 | fi |
| @@ -68,6 +68,11 @@ pkg_postrm_hal () { | |||
| 68 | delgroup haldaemon || true | 68 | delgroup haldaemon || true |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | PACKAGES =+ "libhal libhal-storage" | ||
| 72 | |||
| 73 | FILES_libhal = "${libdir}/libhal.so.*" | ||
| 74 | FILES_libhal-storage = "${libdir}/libhal-storage.so.*" | ||
| 75 | |||
| 71 | FILES_${PN} = "${sysconfdir} \ | 76 | FILES_${PN} = "${sysconfdir} \ |
| 72 | ${bindir}/lshal \ | 77 | ${bindir}/lshal \ |
| 73 | ${bindir}/hal-find-by-capability \ | 78 | ${bindir}/hal-find-by-capability \ |
