[oe-commits] Tom Rini : fso-specs: Don't use PACKAGE_ARCH=all due to pkgconfig files.

git version control git at git.openembedded.org
Fri Apr 30 23:41:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c669f2444dc374ee3563178f405ff3c64ab53059
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c669f2444dc374ee3563178f405ff3c64ab53059

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Apr 30 16:38:02 2010 -0700

fso-specs: Don't use PACKAGE_ARCH=all due to pkgconfig files.

Without this, we can't reuse TMPDIR for multiple arches.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/freesmartphone/fso-specs_git.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb
index 6d66687..2aac515 100644
--- a/recipes/freesmartphone/fso-specs_git.bb
+++ b/recipes/freesmartphone/fso-specs_git.bb
@@ -7,7 +7,7 @@ SECTION = "devel/specifications"
 SRCREV = "3b7b76f159c92e2e1db03b81252a3da35f9b6a72"
 PV = "0.5.0+gitr${SRCPV}"
 PE = "1"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
@@ -15,7 +15,6 @@ S = "${WORKDIR}/git"
 inherit autotools pkgconfig
 
 FILES_${PN}-dev += "${datadir}/freesmartphone/xml"
-PACKAGE_ARCH = "all"
 
 do_compile_append() {
 	sed -i -e s,\$\{datarootdir\},${STAGING_DATADIR},g *.pc





More information about the Openembedded-commits mailing list