diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2015-03-10 18:10:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-03-11 10:43:53 -0300 |
commit | a3ede8721f19af849c6a23e3f8e60485ef9f30df (patch) | |
tree | 21bbd62543d69e3dff1d02c8e728ca5155b14de0 /recipes-extended/rxtx/rxtx_2.2.0.bb | |
parent | bd9c60238c4c62d9a0f2d60b89aef429a1b71e34 (diff) | |
download | meta-java-a3ede8721f19af849c6a23e3f8e60485ef9f30df.tar.gz |
rxtx: update to the latest Debian patchset
Update the recipe to apply all patches available from
git://anonscm.debian.org/pkg-java/rxtx.git as of
a4cd13e04254cea7842df2e30e9d12e9765a3ef9.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/rxtx/rxtx_2.2.0.bb')
-rw-r--r-- | recipes-extended/rxtx/rxtx_2.2.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb index 0d5aa21..ff17e9c 100644 --- a/recipes-extended/rxtx/rxtx_2.2.0.bb +++ b/recipes-extended/rxtx/rxtx_2.2.0.bb | |||
@@ -13,7 +13,12 @@ SRC_URI = "http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip \ | |||
13 | file://sys_io_h_check.patch \ | 13 | file://sys_io_h_check.patch \ |
14 | file://port_to_hurd.patch \ | 14 | file://port_to_hurd.patch \ |
15 | file://multiple_property_dirs.patch \ | 15 | file://multiple_property_dirs.patch \ |
16 | file://uninstall_target.patch" | 16 | file://uninstall_target.patch \ |
17 | file://fhs_lock_buffer_overflow_fix.patch \ | ||
18 | file://MonitorThread-daemon.patch \ | ||
19 | file://usb_38400.patch \ | ||
20 | file://fix_snprintf.patch \ | ||
21 | file://format_security.patch" | ||
17 | 22 | ||
18 | SRC_URI[md5sum] = "7eedb18e3f33a427e2b0e9be8ce3f94c" | 23 | SRC_URI[md5sum] = "7eedb18e3f33a427e2b0e9be8ce3f94c" |
19 | SRC_URI[sha256sum] = "3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880495b03" | 24 | SRC_URI[sha256sum] = "3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880495b03" |