diff options
| author | Mario Domenech Goulart <mario@ossystems.com.br> | 2015-03-31 10:22:34 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-03-31 13:48:09 -0300 |
| commit | 684b041637efa64785c266c6d4443aa10661015d (patch) | |
| tree | c5cbc80bcdadcb04c7c331ed01dca87a2749fcfc | |
| parent | e977e9317f854be38c23fc72ffa2b250bca1cc3f (diff) | |
| download | meta-java-684b041637efa64785c266c6d4443aa10661015d.tar.gz | |
rxtx: put .jar and .so files into the same package (librxtx-java)
That's how Debian does, supposedly because it does not make sense to
ship .jar and .so files into separate packages.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-extended/rxtx/rxtx_2.2.0.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes-extended/rxtx/rxtx_2.2.0.bb b/recipes-extended/rxtx/rxtx_2.2.0.bb index 56c939f..b9b3027 100644 --- a/recipes-extended/rxtx/rxtx_2.2.0.bb +++ b/recipes-extended/rxtx/rxtx_2.2.0.bb | |||
| @@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "3c30373e760f444def3650c76c5a00ae12fb1d860ec008750d084f4880 | |||
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/rxtx-2.2pre2" | 27 | S = "${WORKDIR}/rxtx-2.2pre2" |
| 28 | 28 | ||
| 29 | INSANE_SKIP_${PN} += "dev-so" | 29 | INSANE_SKIP_${JPN} += "dev-so" |
| 30 | 30 | ||
| 31 | inherit autotools-brokensep java-library | 31 | inherit autotools-brokensep java-library |
| 32 | PACKAGE_ARCH = "${TUNE_PKGARCH}" | 32 | PACKAGE_ARCH = "${TUNE_PKGARCH}" |
| @@ -51,5 +51,11 @@ do_install_prepend() { | |||
| 51 | install -d ${D}${datadir_java}/ext | 51 | install -d ${D}${datadir_java}/ext |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | FILES_${PN} += "${libdir_jni}" | 54 | PACKAGES_remove = "${PN}" |
| 55 | |||
| 56 | FILES_${JPN} += "${libdir_jni}" | ||
| 57 | RPROVIDES_${JPN} = "${PN}" | ||
| 58 | RCONFLICTS_${JPN} = "${PN}" | ||
| 59 | RREPLACES_${JPN} = "${PN}" | ||
| 60 | |||
| 55 | FILES_${PN}-dbg += "${libdir_jni}/.debug" | 61 | FILES_${PN}-dbg += "${libdir_jni}/.debug" |
