diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-23 08:59:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-23 08:59:32 +0000 |
commit | 30f3e9df42211e6d292adbe95394e23f737799a1 (patch) | |
tree | 71869294636e395c969fe728b98d0a01dc89edfa /packages/hal/hal-info_20070618.bb | |
parent | efa3492c6eaa112592e4d835310cf6d18a849eae (diff) |
hal-info: add snapshot since the git one requires an unreleased hal :(
Diffstat (limited to 'packages/hal/hal-info_20070618.bb')
-rw-r--r-- | packages/hal/hal-info_20070618.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/hal/hal-info_20070618.bb b/packages/hal/hal-info_20070618.bb new file mode 100644 index 0000000000..690dbe614d --- /dev/null +++ b/packages/hal/hal-info_20070618.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Hardware Abstraction Layer device information" +HOMEPAGE = "http://freedesktop.org/Software/hal" +SECTION = "unknown" +LICENSE = "GPL AFL" + +SRC_URI = "http://people.freedesktop.org/~david/dist/hal-info-20070618.tar.gz" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-recall --disable-video" + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + + +PACKAGE_ARCH = "all" +FILES_${PN} += "${datadir}/hal/" |