summaryrefslogtreecommitdiffstats
path: root/meta/packages/hal/hal-info.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/hal/hal-info.inc')
-rw-r--r--meta/packages/hal/hal-info.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/hal/hal-info.inc b/meta/packages/hal/hal-info.inc
new file mode 100644
index 0000000000..635fd0aa41
--- /dev/null
+++ b/meta/packages/hal/hal-info.inc
@@ -0,0 +1,20 @@
1DESCRIPTION = "Hardware Abstraction Layer device information"
2HOMEPAGE = "http://hal.freedesktop.org/"
3SECTION = "unknown"
4LICENSE = "GPL AFL"
5
6SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
7S = "${WORKDIR}/${PN}-${PV}"
8
9inherit autotools pkgconfig
10
11EXTRA_OECONF = "--disable-recall --disable-video"
12
13do_configure() {
14 gnu-configize
15 libtoolize --force
16 oe_runconf
17}
18
19PACKAGE_ARCH = "all"
20FILES_${PN} += "${datadir}/hal/"