mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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:
14
meta/packages/hal/hal-info_git.bb
Normal file
14
meta/packages/hal/hal-info_git.bb
Normal 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/"
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user