From c7f2b7dd60bff9092eeae6b7df7f8cae16994a21 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 17 Feb 2015 10:57:14 +0100 Subject: java-library: inherit allarch Use the allarch class to make every packages in the 'all' ARCH. Recipes inheriting java-library which build additional packages which don't belong in to all ARCH must manually setting PACKAGE_ARCH after inheritting java-library. This fixes the following error when building e.g. rhino for a second machine of different architecture in the same build directory: ERROR: The recipe rhino is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /.../ipk/all/librhino-java_1.7r4-r0_all.ipk Matched in manifest-armv7at2hf-vfp-rhino-package_write_ipk Signed-off-by: Max Krummenacher Signed-off-by: Otavio Salvador --- recipes-extended/rxtx/rxtx_2.2.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended') diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb index 85f55c0..0d5aa21 100644 --- a/recipes-extended/rxtx/rxtx_2.2.0.bb +++ b/recipes-extended/rxtx/rxtx_2.2.0.bb @@ -23,6 +23,7 @@ S = "${WORKDIR}/rxtx-2.2pre2" INSANE_SKIP_${PN} += "dev-so" inherit autotools-brokensep java-library +PACKAGE_ARCH = "${TUNE_PKGARCH}" JARFILENAME = "RXTXcomm.jar" EXTRA_OEMAKE += "RXTX_PATH=${D}${libdir_jni} \ -- cgit v1.2.3-54-g00ecf