diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/rxtx/rxtx_2.2.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/rxtx/rxtx_2.2.0.bb b/recipes-core/rxtx/rxtx_2.2.0.bb index ae1ca48..28603e3 100644 --- a/recipes-core/rxtx/rxtx_2.2.0.bb +++ b/recipes-core/rxtx/rxtx_2.2.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Full Java CommAPI implementation" | |||
2 | DEPENDS = "fastjar-native" | 2 | DEPENDS = "fastjar-native" |
3 | LICENSE = "RXTXv2.1" | 3 | LICENSE = "RXTXv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=32303a23463f90b12a7d1dafb8deabf4" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip \ | 7 | SRC_URI = "http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip \ |
8 | file://zsystem_init_exception.patch \ | 8 | file://zsystem_init_exception.patch \ |
@@ -33,10 +33,10 @@ do_configure_prepend() { | |||
33 | sed -e 's,bin/javah,bin/gjavah,g' \ | 33 | sed -e 's,bin/javah,bin/gjavah,g' \ |
34 | -e 's,bin/jar,bin/fastjar,g' \ | 34 | -e 's,bin/jar,bin/fastjar,g' \ |
35 | -e 's,\$(TOP)/libtool,\$(TOP)/\${host_alias}-libtool,g' -i ${S}/configure.in | 35 | -e 's,\$(TOP)/libtool,\$(TOP)/\${host_alias}-libtool,g' -i ${S}/configure.in |
36 | rm ${S}/acinclude.m4 \ | 36 | rm -f ${S}/acinclude.m4 \ |
37 | ${S}/aclocal.m4 \ | 37 | ${S}/aclocal.m4 \ |
38 | ${S}/ltconfig \ | 38 | ${S}/ltconfig \ |
39 | ${S}/ltmain.sh | 39 | ${S}/ltmain.sh |
40 | } | 40 | } |
41 | 41 | ||
42 | do_install_prepend() { | 42 | do_install_prepend() { |