[oe-commits] Martin Jansa : hal-info: drop PACKAGE_ARCH all

git version control git at git.openembedded.org
Tue Oct 4 10:36:13 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 870191c1c46e36f92c5d90a3eb049154b0597133
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=870191c1c46e36f92c5d90a3eb049154b0597133

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Sep 30 18:36:01 2011 +0200

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)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta/recipes-support/hal/hal-info.inc         |    1 -
 meta/recipes-support/hal/hal-info_20091130.bb |    2 ++
 meta/recipes-support/hal/hal-info_git.bb      |    2 +-
 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 183dd0e..d6743de 100644
--- a/meta/recipes-support/hal/hal-info.inc
+++ b/meta/recipes-support/hal/hal-info.inc
@@ -18,5 +18,4 @@ do_configure() {
 	oe_runconf
 }
 
-PACKAGE_ARCH = "all"
 FILES_${PN} += "${datadir}/hal/"
diff --git a/meta/recipes-support/hal/hal-info_20091130.bb b/meta/recipes-support/hal/hal-info_20091130.bb
index 4469904..65d4d6b 100644
--- a/meta/recipes-support/hal/hal-info_20091130.bb
+++ b/meta/recipes-support/hal/hal-info_20091130.bb
@@ -1,4 +1,6 @@
 require hal-info.inc
 
+PR = "r1"
+
 SRC_URI[md5sum] = "34375489a02a00b250fdc0b280be11b8"
 SRC_URI[sha256sum] = "3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224"
diff --git a/meta/recipes-support/hal/hal-info_git.bb b/meta/recipes-support/hal/hal-info_git.bb
index 3fff5e0..adcde9e 100644
--- a/meta/recipes-support/hal/hal-info_git.bb
+++ b/meta/recipes-support/hal/hal-info_git.bb
@@ -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"





More information about the Openembedded-commits mailing list