From 3f21c02f909d9ea42c8c138cf76548db0ab397b0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 6 Mar 2007 15:45:45 +0000 Subject: 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 --- meta/packages/hal/hal-info_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/packages/hal/hal-info_git.bb (limited to 'meta/packages/hal/hal-info_git.bb') diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb new file mode 100644 index 000000000..b2a2788aa --- /dev/null +++ b/meta/packages/hal/hal-info_git.bb @@ -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/" -- cgit v1.2.3