diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:11:30 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:11:30 +0000 |
commit | 4813bca8399c36aa3721916f536b55f06b5bb129 (patch) | |
tree | 6725df814b903c33c0bccd46d58bb1e33365d19e /packages | |
parent | 2a4dd2207b082cfa881be07ffc7daf1bed375130 (diff) |
hal-info_20080313.bb : new version from OM mtn
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hal/hal-info_20080313.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/hal/hal-info_20080313.bb b/packages/hal/hal-info_20080313.bb new file mode 100644 index 0000000000..635fd0aa41 --- /dev/null +++ b/packages/hal/hal-info_20080313.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Hardware Abstraction Layer device information" +HOMEPAGE = "http://hal.freedesktop.org/" +SECTION = "unknown" +LICENSE = "GPL AFL" + +SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" +S = "${WORKDIR}/${PN}-${PV}" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-recall --disable-video" + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + +PACKAGE_ARCH = "all" +FILES_${PN} += "${datadir}/hal/" |