diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-06 15:45:45 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-06 15:45:45 +0000 |
commit | 3f21c02f909d9ea42c8c138cf76548db0ab397b0 (patch) | |
tree | 51ecb6d8d6410576943b86b4632bbae41e4318d8 /meta/packages/hal | |
parent | e4ff2458d2db9ca89761e6b5da91993d44abd65e (diff) | |
download | poky-3f21c02f909d9ea42c8c138cf76548db0ab397b0.tar.gz |
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
Diffstat (limited to 'meta/packages/hal')
-rw-r--r-- | meta/packages/hal/hal-info_git.bb | 14 | ||||
-rw-r--r-- | meta/packages/hal/hal_git.bb | 7 |
2 files changed, 19 insertions, 2 deletions
diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb new file mode 100644 index 0000000000..b2a2788aa3 --- /dev/null +++ b/meta/packages/hal/hal-info_git.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Hardware Abstraction Layer device information" | ||
2 | HOMEPAGE = "http://freedesktop.org/Software/hal" | ||
3 | SECTION = "unknown" | ||
4 | LICENSE = "GPL AFL" | ||
5 | |||
6 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-recall --disable-video" | ||
13 | |||
14 | FILES_${PN} += "/usr/share/hal/" | ||
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() { |