diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-devtools/octave | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/octave')
| -rw-r--r-- | meta-oe/recipes-devtools/octave/octave_4.4.1.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb index ec3e8258a5..055607134e 100644 --- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb +++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \ | |||
| 18 | SRC_URI[md5sum] = "b43bd5f4309a0c048c91af10cf8e8674" | 18 | SRC_URI[md5sum] = "b43bd5f4309a0c048c91af10cf8e8674" |
| 19 | SRC_URI[sha256sum] = "09fbd0f212f4ef21e53f1d9c41cf30ce3d7f9450fb44911601e21ed64c67ae97" | 19 | SRC_URI[sha256sum] = "09fbd0f212f4ef21e53f1d9c41cf30ce3d7f9450fb44911601e21ed64c67ae97" |
| 20 | 20 | ||
| 21 | do_compile_prepend() { | 21 | do_compile:prepend() { |
| 22 | for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do | 22 | for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do |
| 23 | mkdir -p ${B}/${folder} | 23 | mkdir -p ${B}/${folder} |
| 24 | done | 24 | done |
| @@ -26,15 +26,15 @@ do_compile_prepend() { | |||
| 26 | 26 | ||
| 27 | PACKAGES =+ " octave-common liboctave liboctave-dev liboctave-dbg" | 27 | PACKAGES =+ " octave-common liboctave liboctave-dev liboctave-dbg" |
| 28 | 28 | ||
| 29 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${datadir}/${PN} \ | 29 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${datadir}/${PN} \ |
| 30 | ${libdir}/${PN}/${PV}/oct ${libdir}/${PN}/${PV}/site \ | 30 | ${libdir}/${PN}/${PV}/oct ${libdir}/${PN}/${PV}/site \ |
| 31 | ${libdir}/${PN}/site ${datadir}/applications ${datadir}/metainfo" | 31 | ${libdir}/${PN}/site ${datadir}/applications ${datadir}/metainfo" |
| 32 | FILES_${PN}-common = "${datadir}/icons" | 32 | FILES:${PN}-common = "${datadir}/icons" |
| 33 | 33 | ||
| 34 | FILES_liboctave = "${libdir}/${PN}/${PV}/lib*${SOLIBS}" | 34 | FILES:liboctave = "${libdir}/${PN}/${PV}/lib*${SOLIBS}" |
| 35 | FILES_liboctave-dev = "${libdir}/${PN}/${PV}/lib*${SOLIBSDEV}" | 35 | FILES:liboctave-dev = "${libdir}/${PN}/${PV}/lib*${SOLIBSDEV}" |
| 36 | FILES_liboctave-dbg = "${libdir}/${PN}/${PV}/.debug" | 36 | FILES:liboctave-dbg = "${libdir}/${PN}/${PV}/.debug" |
| 37 | 37 | ||
| 38 | FILES_${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug" | 38 | FILES:${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug" |
| 39 | 39 | ||
| 40 | EXCLUDE_FROM_WORLD = "1" | 40 | EXCLUDE_FROM_WORLD = "1" |
