summaryrefslogtreecommitdiffstats
path: root/meta/packages/hal/hal-info.inc
diff options
context:
space:
mode:
authorVivian Zhang <vivian.zhang@intel.com>2008-11-12 14:15:50 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-01 20:42:56 +0000
commitfdc825062564e5145fdd1ebe6c7bd416429dfd82 (patch)
tree803d41440ca647ab39867d3ea78e71c5abbea475 /meta/packages/hal/hal-info.inc
parent1eb027228092b73e90bc3281ba050148f641d817 (diff)
downloadpoky-fdc825062564e5145fdd1ebe6c7bd416429dfd82.tar.gz
upgrade hal to 0.5.11 and hal-info to 20080508(from OE)
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/"