Add hal-info and disable more of HAL

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1333 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-03-06 15:45:45 +00:00
parent e4ff2458d2
commit 3f21c02f90
2 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-recall --disable-video"
FILES_${PN} += "/usr/share/hal/"

View File

@@ -4,13 +4,15 @@ SECTION = "unknown"
LICENSE = "GPL LGPL AFL"
DEPENDS = "virtual/kernel dbus-glib udev intltool expat libusb"
RDEPENDS += "udev"
RDEPENDS += "udev hal-info"
#RDEPENDS_hal-device-manager = "python hal python-pygnome"
RRECOMMENDS = "udev-utils"
SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
file://99_hal"
PR="r1"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
@@ -21,7 +23,8 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
--with-hotplug=${sysconfdir}/hotplug.d \
--disable-docbook-docs \
--disable-policy-kit \
--disable-acpi --disable-pmu \
--disable-acpi --disable-pmu --disable-pci \
--disable-pic-ids --disable-pnp-ids \
"
do_install_append() {