summaryrefslogtreecommitdiffstats
path: root/recipes-extended/rxtx/rxtx_2.2.0.bb
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo@ribalda.com>2019-07-05 13:18:10 +0200
committerRichard Leitner <richard.leitner@skidata.com>2019-07-09 14:39:58 +0200
commit62657ff82524ad28313c84089ee12c3654056941 (patch)
tree72410e08060ce54b53c30c28db2a0f354f7f3ad6 /recipes-extended/rxtx/rxtx_2.2.0.bb
parenta1cd04d1bcfa2b67c905ee6a12965dec7a110adb (diff)
downloadmeta-java-62657ff82524ad28313c84089ee12c3654056941.tar.gz
rxtx: Fix path of javac
rxtx was wrongly using the patch from cacao sysroot. Fixes: | /bin/bash: /workdir/build/tmp/work/x86_64-linux/cacao-native/1.6.1-r0/recipe-sysroot-native/usr/bin/javac: No such file or directory | Makefile:834: recipe for target '/workdir/build/tmp/work/dbfp4-poky-linux/rxtx/2.2.0-r2/rxtx-2.2pre2/gnu/io/UnsupportedCommOperationException.class' failed | make: *** [/workdir/build/tmp/work/dbfp4-poky-linux/rxtx/2.2.0-r2/rxtx-2.2pre2/gnu/io/UnsupportedCommOperationException.class] Error 127 | make: *** Waiting for unfinished jobs.... Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-extended/rxtx/rxtx_2.2.0.bb')
-rw-r--r--recipes-extended/rxtx/rxtx_2.2.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb
index d4fbb9d..87d84a8 100644
--- a/recipes-extended/rxtx/rxtx_2.2.0.bb
+++ b/recipes-extended/rxtx/rxtx_2.2.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Full Java CommAPI implementation"
2DEPENDS = "virtual/javac-native" 2DEPENDS = "virtual/javac-native"
3LICENSE = "RXTXv2.1" 3LICENSE = "RXTXv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4"
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip \ 7SRC_URI = "http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip \
8 file://zsystem_init_exception.patch \ 8 file://zsystem_init_exception.patch \
@@ -19,7 +19,8 @@ SRC_URI = "http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip \
19 file://usb_38400.patch \ 19 file://usb_38400.patch \
20 file://fix_snprintf.patch \ 20 file://fix_snprintf.patch \
21 file://format_security.patch \ 21 file://format_security.patch \
22 file://0001-Support-Freescale-i.MX-serial-ports.patch" 22 file://0001-Support-Freescale-i.MX-serial-ports.patch \
23 file://javapath.patch"
23 24
24SRC_URI[md5sum] = "7eedb18e3f33a427e2b0e9be8ce3f94c" 25SRC_URI[md5sum] = "7eedb18e3f33a427e2b0e9be8ce3f94c"
25SRC_URI[sha256sum] = "3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880495b03" 26SRC_URI[sha256sum] = "3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880495b03"