diff options
Diffstat (limited to 'meta/packages/hal/hal_git.bb')
| -rw-r--r-- | meta/packages/hal/hal_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb index 7797ac3a9d..8e84cb0b72 100644 --- a/meta/packages/hal/hal_git.bb +++ b/meta/packages/hal/hal_git.bb | |||
| @@ -4,13 +4,15 @@ SECTION = "unknown" | |||
| 4 | LICENSE = "GPL LGPL AFL" | 4 | LICENSE = "GPL LGPL AFL" |
| 5 | 5 | ||
| 6 | DEPENDS = "virtual/kernel dbus-glib udev intltool expat libusb" | 6 | DEPENDS = "virtual/kernel dbus-glib udev intltool expat libusb" |
| 7 | RDEPENDS += "udev" | 7 | RDEPENDS += "udev hal-info" |
| 8 | #RDEPENDS_hal-device-manager = "python hal python-pygnome" | 8 | #RDEPENDS_hal-device-manager = "python hal python-pygnome" |
| 9 | RRECOMMENDS = "udev-utils" | 9 | RRECOMMENDS = "udev-utils" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ | 11 | SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \ |
| 12 | file://99_hal" | 12 | file://99_hal" |
| 13 | 13 | ||
| 14 | PR="r1" | ||
| 15 | |||
| 14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 15 | 17 | ||
| 16 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| @@ -21,7 +23,8 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ | |||
| 21 | --with-hotplug=${sysconfdir}/hotplug.d \ | 23 | --with-hotplug=${sysconfdir}/hotplug.d \ |
| 22 | --disable-docbook-docs \ | 24 | --disable-docbook-docs \ |
| 23 | --disable-policy-kit \ | 25 | --disable-policy-kit \ |
| 24 | --disable-acpi --disable-pmu \ | 26 | --disable-acpi --disable-pmu --disable-pci \ |
| 27 | --disable-pic-ids --disable-pnp-ids \ | ||
| 25 | " | 28 | " |
| 26 | 29 | ||
| 27 | do_install_append() { | 30 | do_install_append() { |
