summaryrefslogtreecommitdiffstats
path: root/recipes-core/libmatthew
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-02-17 10:57:14 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-17 10:53:34 -0200
commitc7f2b7dd60bff9092eeae6b7df7f8cae16994a21 (patch)
tree38bef7f119edcdbab5d4459008f3645b83ed0215 /recipes-core/libmatthew
parent91e4ed3f74bbd4368f2fbbd5399dbaedf195bcf9 (diff)
downloadmeta-java-c7f2b7dd60bff9092eeae6b7df7f8cae16994a21.tar.gz
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 <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/libmatthew')
-rw-r--r--recipes-core/libmatthew/libmatthew.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/libmatthew/libmatthew.inc b/recipes-core/libmatthew/libmatthew.inc
index b7e50bd..36622a8 100644
--- a/recipes-core/libmatthew/libmatthew.inc
+++ b/recipes-core/libmatthew/libmatthew.inc
@@ -8,6 +8,7 @@ DEPENDS = "virtual/java-native classpath-native classpath"
8S = "${WORKDIR}/libmatthew-java-${PV}" 8S = "${WORKDIR}/libmatthew-java-${PV}"
9 9
10inherit java-library 10inherit java-library
11PACKAGE_ARCH = "${TUNE_PKGARCH}"
11 12
12# Some internal version numbers which change from time to time. 13# Some internal version numbers which change from time to time.
13# Allowing to override them makes this include file more 14# Allowing to override them makes this include file more