summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo@ribalda.com>2019-07-05 13:18:23 +0200
committerRichard Leitner <richard.leitner@skidata.com>2019-07-09 14:39:58 +0200
commit0478e4baa73625ee2d9a5c401f28e519dc373f1d (patch)
tree009798332647df5ed949ffa459e57dd7aa505a2d
parent1caa0e42e06c04199a1e8d802b7c0c83b7678dd6 (diff)
downloadmeta-java-0478e4baa73625ee2d9a5c401f28e519dc373f1d.tar.gz
jdom: Do not use all as PACKAGE_ARCH
It DEPENDS on packages that are not -native. Fixes: ERROR: mc:qt5506:jdom-1.1.3-r0 do_package: Package already staged (/workdir/build/tmp/sstate-control/manifest-allarch-jdom.package)?! ERROR: mc:qt5506:jdom-1.1.3-r0 do_package: ERROR: mc:qt5506:jdom-1.1.3-r0 do_package: Function failed: sstate_task_postfunc ERROR: Logfile of failure stored in: /workdir/build/tmp/work/all-poky-linux/jdom/1.1.3-r0/temp/log.do_package.5632 Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--recipes-core/xml-commons/jdom_1.1.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/xml-commons/jdom_1.1.3.bb b/recipes-core/xml-commons/jdom_1.1.3.bb
index 8073819..df9125d 100644
--- a/recipes-core/xml-commons/jdom_1.1.3.bb
+++ b/recipes-core/xml-commons/jdom_1.1.3.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://www.jdom.org/dist/source/archive/jdom-${PV}.tar.gz"
12SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f" 12SRC_URI[md5sum] = "dc8391e84cfdb170fcd8279aa370019f"
13SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f" 13SRC_URI[sha256sum] = "d471718c4ac7a1a2f10715b93cb3fcd2ecbab60384b73ad1c089712e47bd8d1f"
14 14
15PACKAGE_ARCH = "${TUNE_PKGARCH}"
16
15inherit java-library 17inherit java-library
16 18
17S = "${WORKDIR}/${PN}" 19S = "${WORKDIR}/${PN}"