diff options
Diffstat (limited to 'meta/recipes-support/hal/hal-info.inc')
| -rw-r--r-- | meta/recipes-support/hal/hal-info.inc | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Hardware Abstraction Layer device information" | ||
| 2 | HOMEPAGE = "http://hal.freedesktop.org/" | ||
| 3 | BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal" | ||
| 4 | SECTION = "unknown" | ||
| 5 | |||
| 6 | LICENSE = "GPLv2 | AFL" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc" | ||
| 8 | |||
| 9 | SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | inherit autotools pkgconfig | ||
| 12 | |||
| 13 | EXTRA_OECONF = "--disable-recall --disable-video" | ||
| 14 | |||
| 15 | do_configure() { | ||
| 16 | gnu-configize | ||
| 17 | libtoolize --force | ||
| 18 | oe_runconf | ||
| 19 | } | ||
| 20 | |||
| 21 | PACKAGE_ARCH = "all" | ||
| 22 | FILES_${PN} += "${datadir}/hal/" | ||
