aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-03 11:44:12 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-03 11:44:12 +0000
commited0a770d0e851e49aa93c652e92aaba0732c8b8d (patch)
treed51ce103c4f1a0191849632bb8cc032d92553408 /packages/hal
parent64eb2bf220e8e4e50d1e801d657de63b45edbfa8 (diff)
downloadopenembedded-ed0a770d0e851e49aa93c652e92aaba0732c8b8d.tar.gz
hal-info: this isn't architecture specific
Diffstat (limited to 'packages/hal')
-rw-r--r--packages/hal/hal-info_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/hal/hal-info_git.bb b/packages/hal/hal-info_git.bb
index fdbbae91fb..597107fe2b 100644
--- a/packages/hal/hal-info_git.bb
+++ b/packages/hal/hal-info_git.bb
@@ -1,10 +1,12 @@
-PV = "${SRCDATE}+git"
-
DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
+PV = "${SRCDATE}+git"
+PR = "r1"
+
+
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
S = "${WORKDIR}/git"
@@ -13,4 +15,6 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--disable-recall --disable-video"
+
+PACKAGE_ARCH = "all"
FILES_${PN} += "/usr/share/hal/"