]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add hal-info and disable more of HAL
authorRoss Burton <ross@openedhand.com>
Tue, 6 Mar 2007 15:45:45 +0000 (15:45 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 6 Mar 2007 15:45:45 +0000 (15:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1333 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/hal/hal-info_git.bb [new file with mode: 0644]
meta/packages/hal/hal_git.bb

diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb
new file mode 100644 (file)
index 0000000..b2a2788
--- /dev/null
@@ -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/"
index 7797ac3a9d2886f21afcaab04ec6156359934f9b..8e84cb0b721fdb111427d9a586d2c7923fa23163 100644 (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() {