diff options
| author | woglinde <henning@familie-heinold.de> | 2012-04-07 11:27:08 -0700 |
|---|---|---|
| committer | woglinde <henning@familie-heinold.de> | 2012-04-07 11:27:08 -0700 |
| commit | 3386ea6c96096f107f43f282f654e5afa456109e (patch) | |
| tree | aa44deb591fc088af814b481bf3fa9f5bccb7c1d | |
| parent | 3e8579a967664c0e4b6f047c70f6893b72dc9573 (diff) | |
| parent | 904df735b0dcc96d3bbf88fc375b8c899e75cf42 (diff) | |
| download | meta-java-3386ea6c96096f107f43f282f654e5afa456109e.tar.gz | |
Merge pull request #28 from OSSystems/master
Fix rxtx rebuildness
| -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() { |
