diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-04-30 16:38:02 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-04-30 16:41:04 -0700 |
commit | c669f2444dc374ee3563178f405ff3c64ab53059 (patch) | |
tree | 7294bbfd8fbe4e65108fd559daec1731891d109a | |
parent | b579b5931f9b38276528d496f4e76216e0e242cd (diff) |
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@mentor.com>
-rw-r--r-- | 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 6d66687594..2aac51576d 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 |