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)

(From OE-Core rev: 1f66c882937d11762916023f4233b63cc6645edc)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2011-09-30 18:36:01 +02:00 committed by Richard Purdie
parent 47c5f1c3bc
commit 6f0c0167c6
3 changed files with 3 additions and 2 deletions

View File

@ -18,5 +18,4 @@ do_configure() {
oe_runconf
}
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/hal/"

View File

@ -1,4 +1,6 @@
require hal-info.inc
PR = "r1"
SRC_URI[md5sum] = "34375489a02a00b250fdc0b280be11b8"
SRC_URI[sha256sum] = "3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224"

View File

@ -1,7 +1,7 @@
require hal-info.inc
PV = "${SRCDATE}+git"
PR = "r0"
PR = "r1"
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20091130"
S = "${WORKDIR}/git"