summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-30 18:36:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:26 +0100
commite00507274435e1d37281783e2648730d5da9e267 (patch)
tree5003cf8d682f038506d1f6090617cd896ef4d138 /meta
parent9bf0d8898b028f2b3379dc43fe647eb38c022f53 (diff)
downloadpoky-e00507274435e1d37281783e2648730d5da9e267.tar.gz
hal-info: drop PACKAGE_ARCH all
RP: It would be better if we could find a way to patch out the compiler checks in this package... JaMa: drop PACKAGE_ARCH for now (nobody likes hal nowadays) (From OE-Core rev: 870191c1c46e36f92c5d90a3eb049154b0597133) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/hal/hal-info.inc1
-rw-r--r--meta/recipes-support/hal/hal-info_20091130.bb2
-rw-r--r--meta/recipes-support/hal/hal-info_git.bb2
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/hal/hal-info.inc b/meta/recipes-support/hal/hal-info.inc
index 183dd0ede5..d6743de9df 100644
--- a/meta/recipes-support/hal/hal-info.inc
+++ b/meta/recipes-support/hal/hal-info.inc
@@ -18,5 +18,4 @@ do_configure() {
18 oe_runconf 18 oe_runconf
19} 19}
20 20
21PACKAGE_ARCH = "all"
22FILES_${PN} += "${datadir}/hal/" 21FILES_${PN} += "${datadir}/hal/"
diff --git a/meta/recipes-support/hal/hal-info_20091130.bb b/meta/recipes-support/hal/hal-info_20091130.bb
index 4469904b1f..65d4d6b05b 100644
--- a/meta/recipes-support/hal/hal-info_20091130.bb
+++ b/meta/recipes-support/hal/hal-info_20091130.bb
@@ -1,4 +1,6 @@
1require hal-info.inc 1require hal-info.inc
2 2
3PR = "r1"
4
3SRC_URI[md5sum] = "34375489a02a00b250fdc0b280be11b8" 5SRC_URI[md5sum] = "34375489a02a00b250fdc0b280be11b8"
4SRC_URI[sha256sum] = "3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224" 6SRC_URI[sha256sum] = "3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224"
diff --git a/meta/recipes-support/hal/hal-info_git.bb b/meta/recipes-support/hal/hal-info_git.bb
index 3fff5e0a7d..adcde9e88f 100644
--- a/meta/recipes-support/hal/hal-info_git.bb
+++ b/meta/recipes-support/hal/hal-info_git.bb
@@ -1,7 +1,7 @@
1require hal-info.inc 1require hal-info.inc
2 2
3PV = "${SRCDATE}+git" 3PV = "${SRCDATE}+git"
4PR = "r0" 4PR = "r1"
5 5
6SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20091130" 6SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20091130"
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"