hal-info: add snapshot since the git one requires an unreleased hal :(
authorKoen Kooi <koen@openembedded.org>
Sun, 23 Sep 2007 08:59:32 +0000 (08:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 23 Sep 2007 08:59:32 +0000 (08:59 +0000)
packages/hal/hal-info_20070618.bb [new file with mode: 0644]
packages/hal/hal-info_git.bb

diff --git a/packages/hal/hal-info_20070618.bb b/packages/hal/hal-info_20070618.bb
new file mode 100644 (file)
index 0000000..690dbe6
--- /dev/null
@@ -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/"
index 597107f..2812f19 100644 (file)
@@ -6,6 +6,7 @@ LICENSE = "GPL AFL"
 PV = "${SRCDATE}+git"
 PR = "r1"
 
+DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
 
@@ -17,4 +18,4 @@ EXTRA_OECONF = "--disable-recall --disable-video"
 
 
 PACKAGE_ARCH = "all"
-FILES_${PN} += "/usr/share/hal/"
+FILES_${PN} += "${datadir}/hal/"