From c669f2444dc374ee3563178f405ff3c64ab53059 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 30 Apr 2010 16:38:02 -0700 Subject: [PATCH] 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 --- recipes/freesmartphone/fso-specs_git.bb | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5