diff options
| author | Ricardo Ribalda Delgado <ricardo@ribalda.com> | 2019-07-05 13:18:17 +0200 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2019-07-09 14:39:58 +0200 |
| commit | 66e6d63e4b340aea5b44797ccd830cffec4640c6 (patch) | |
| tree | d77f779b041ccdf0fe53743b71f5070f9c43e10f | |
| parent | db513b8c3b5ebbbd0b2a6c4e39440ce050eb3090 (diff) | |
| download | meta-java-66e6d63e4b340aea5b44797ccd830cffec4640c6.tar.gz | |
xom: Do not use all as PACKAGE_ARCH
It RDEPENDS on packages that ar not PACKAGE_ARCH=all
Fixes:
ERROR: mc:qt5507:xom-1.2.10-r0 do_compile: Function failed: do_compile (log file is located at /workdir/build/tmp/work/all-poky-linux/xom/1.2.10-r0/temp/log.do_compile.3256)
ERROR: Logfile of failure stored in: /workdir/build/tmp/work/all-poky-linux/xom/1.2.10-r0/temp/log.do_compile.3256
Log data follows:
| DEBUG: Executing shell function do_compile
| mv: cannot stat '/workdir/build/tmp/work/all-poky-linux/xom/1.2.10-r0/git/jaxen': No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /workdir/build/tmp/work/all-poky-linux/xom/1.2.10-r0/temp/log.do_compile.3256)
NOTE: recipe xom-1.2.10-r0: task do_compile: Failed
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/xom_1.2.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/xml-commons/xom_1.2.10.bb b/recipes-core/xml-commons/xom_1.2.10.bb index 0e923d4..8755ddc 100644 --- a/recipes-core/xml-commons/xom_1.2.10.bb +++ b/recipes-core/xml-commons/xom_1.2.10.bb | |||
| @@ -22,6 +22,8 @@ SRC_URI[archive.sha256sum] = "39985c2debb8044005fd07b09cb06f10e75652b3c048c9b443 | |||
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/XOM" | 23 | S = "${WORKDIR}/XOM" |
| 24 | 24 | ||
| 25 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | ||
| 26 | |||
| 25 | inherit java-library | 27 | inherit java-library |
| 26 | 28 | ||
| 27 | DEPENDS = "fastjar-native virtual/javac-native xerces-j xalan-j" | 29 | DEPENDS = "fastjar-native virtual/javac-native xerces-j xalan-j" |
