diff options
author | Vivian Zhang <vivian.zhang@intel.com> | 2008-11-12 14:15:50 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 20:42:56 +0000 |
commit | fdc825062564e5145fdd1ebe6c7bd416429dfd82 (patch) | |
tree | 803d41440ca647ab39867d3ea78e71c5abbea475 /meta/packages/hal/hal-info.inc | |
parent | 1eb027228092b73e90bc3281ba050148f641d817 (diff) | |
download | poky-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.inc | 20 |
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 @@ | |||
1 | DESCRIPTION = "Hardware Abstraction Layer device information" | ||
2 | HOMEPAGE = "http://hal.freedesktop.org/" | ||
3 | SECTION = "unknown" | ||
4 | LICENSE = "GPL AFL" | ||
5 | |||
6 | SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" | ||
7 | S = "${WORKDIR}/${PN}-${PV}" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | EXTRA_OECONF = "--disable-recall --disable-video" | ||
12 | |||
13 | do_configure() { | ||
14 | gnu-configize | ||
15 | libtoolize --force | ||
16 | oe_runconf | ||
17 | } | ||
18 | |||
19 | PACKAGE_ARCH = "all" | ||
20 | FILES_${PN} += "${datadir}/hal/" | ||