diff options
| author | AJ Bagwell <anthony.bagwell@hivehome.com> | 2021-08-09 14:09:37 +0100 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2021-08-11 07:19:27 +0200 |
| commit | b71a9866abfd5292650ef0afc5ecb9ab5e29b887 (patch) | |
| tree | 8e7cfd6025f06b4138e2f5fbca61dce7d3a13bac /recipes-core/javasqlite | |
| parent | 984f25b6deb5fe4acf82d51c04b2c1392a542723 (diff) | |
| download | meta-java-b71a9866abfd5292650ef0afc5ecb9ab5e29b887.tar.gz | |
all: run convert-overrides (0.9.3) script to convert to new override format
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/javasqlite')
| -rw-r--r-- | recipes-core/javasqlite/javasqlite_20150419.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb index 06fbac2..1ae072f 100644 --- a/recipes-core/javasqlite/javasqlite_20150419.bb +++ b/recipes-core/javasqlite/javasqlite_20150419.bb | |||
| @@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" | |||
| 18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
| 19 | 19 | ||
| 20 | DEPENDS += "sqlite3 sqlite3-native icedtea7-native" | 20 | DEPENDS += "sqlite3 sqlite3-native icedtea7-native" |
| 21 | RDEPENDS_${PN} += "sqlite3" | 21 | RDEPENDS:${PN} += "sqlite3" |
| 22 | FILES_${PN} +="/usr/share" | 22 | FILES:${PN} +="/usr/share" |
| 23 | 23 | ||
| 24 | PARALLEL_MAKE = "-j 1" | 24 | PARALLEL_MAKE = "-j 1" |
| 25 | 25 | ||
| @@ -35,13 +35,13 @@ EXTRA_OECONF = " \ | |||
| 35 | EXTRA_OEMAKE = "DESTDIR=${D}" | 35 | EXTRA_OEMAKE = "DESTDIR=${D}" |
| 36 | 36 | ||
| 37 | # This dev package contains an '.so' file used for JNI development | 37 | # This dev package contains an '.so' file used for JNI development |
| 38 | INSANE_SKIP_${PN}-dev = "dev-elf" | 38 | INSANE_SKIP:${PN}-dev = "dev-elf" |
| 39 | 39 | ||
| 40 | do_configure_append (){ | 40 | do_configure:append (){ |
| 41 | cp ${S}/*-libtool ${S}/libtool | 41 | cp ${S}/*-libtool ${S}/libtool |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | do_compile_prepend (){ | 44 | do_compile:prepend (){ |
| 45 | echo '#!/bin/sh' > ${STAGING_BINDIR_NATIVE}/cc | 45 | echo '#!/bin/sh' > ${STAGING_BINDIR_NATIVE}/cc |
| 46 | echo '${BUILD_CC} $@' >> ${STAGING_BINDIR_NATIVE}/cc | 46 | echo '${BUILD_CC} $@' >> ${STAGING_BINDIR_NATIVE}/cc |
| 47 | chmod a+x ${STAGING_BINDIR_NATIVE}/cc | 47 | chmod a+x ${STAGING_BINDIR_NATIVE}/cc |
