]> code.ossystems Code Review - openembedded-core.git/commitdiff
hal-info: drop PACKAGE_ARCH all
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 30 Sep 2011 16:36:01 +0000 (18:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2011 10:34:22 +0000 (11:34 +0100)
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)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-support/hal/hal-info.inc
meta/recipes-support/hal/hal-info_20091130.bb
meta/recipes-support/hal/hal-info_git.bb

index 183dd0ede5dfa2291820770682972093d81c3e64..d6743de9dfc99914487e504fd6d7508c2291c192 100644 (file)
@@ -18,5 +18,4 @@ do_configure() {
        oe_runconf
 }
 
-PACKAGE_ARCH = "all"
 FILES_${PN} += "${datadir}/hal/"
index 4469904b1f3cf71e51c67d78589054252daff724..65d4d6b05b3dcc664de1501526fb7f95b864e12e 100644 (file)
@@ -1,4 +1,6 @@
 require hal-info.inc
 
+PR = "r1"
+
 SRC_URI[md5sum] = "34375489a02a00b250fdc0b280be11b8"
 SRC_URI[sha256sum] = "3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224"
index 3fff5e0a7d7eaf74b8f7372a374a0fbc60b2d52d..adcde9e88f9f8e34ac4ac7a02c35a76797be2ee0 100644 (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"