aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-23 08:59:32 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-23 08:59:32 +0000
commit30f3e9df42211e6d292adbe95394e23f737799a1 (patch)
tree71869294636e395c969fe728b98d0a01dc89edfa /packages/hal
parentefa3492c6eaa112592e4d835310cf6d18a849eae (diff)
downloadopenembedded-30f3e9df42211e6d292adbe95394e23f737799a1.tar.gz
hal-info: add snapshot since the git one requires an unreleased hal :(
Diffstat (limited to 'packages/hal')
-rw-r--r--packages/hal/hal-info_20070618.bb20
-rw-r--r--packages/hal/hal-info_git.bb3
2 files changed, 22 insertions, 1 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/"
diff --git a/packages/hal/hal-info_git.bb b/packages/hal/hal-info_git.bb
index 597107fe2b..2812f19fe0 100644
--- a/packages/hal/hal-info_git.bb
+++ b/packages/hal/hal-info_git.bb
@@ -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/"