From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- meta/recipes-support/hal/hal-info.inc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-support/hal/hal-info.inc (limited to 'meta/recipes-support/hal/hal-info.inc') diff --git a/meta/recipes-support/hal/hal-info.inc b/meta/recipes-support/hal/hal-info.inc new file mode 100644 index 0000000000..adba83fb28 --- /dev/null +++ b/meta/recipes-support/hal/hal-info.inc @@ -0,0 +1,22 @@ +DESCRIPTION = "Hardware Abstraction Layer device information" +HOMEPAGE = "http://hal.freedesktop.org/" +BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal" +SECTION = "unknown" + +LICENSE = "GPLv2 | AFL" +LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc" + +SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-recall --disable-video" + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +PACKAGE_ARCH = "all" +FILES_${PN} += "${datadir}/hal/" -- cgit v1.2.3-54-g00ecf