mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "b43bd5f4309a0c048c91af10cf8e8674"
|
||||
SRC_URI[sha256sum] = "09fbd0f212f4ef21e53f1d9c41cf30ce3d7f9450fb44911601e21ed64c67ae97"
|
||||
|
||||
do_compile_prepend() {
|
||||
do_compile:prepend() {
|
||||
for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do
|
||||
mkdir -p ${B}/${folder}
|
||||
done
|
||||
@@ -26,15 +26,15 @@ do_compile_prepend() {
|
||||
|
||||
PACKAGES =+ " octave-common liboctave liboctave-dev liboctave-dbg"
|
||||
|
||||
FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${datadir}/${PN} \
|
||||
FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${datadir}/${PN} \
|
||||
${libdir}/${PN}/${PV}/oct ${libdir}/${PN}/${PV}/site \
|
||||
${libdir}/${PN}/site ${datadir}/applications ${datadir}/metainfo"
|
||||
FILES_${PN}-common = "${datadir}/icons"
|
||||
FILES:${PN}-common = "${datadir}/icons"
|
||||
|
||||
FILES_liboctave = "${libdir}/${PN}/${PV}/lib*${SOLIBS}"
|
||||
FILES_liboctave-dev = "${libdir}/${PN}/${PV}/lib*${SOLIBSDEV}"
|
||||
FILES_liboctave-dbg = "${libdir}/${PN}/${PV}/.debug"
|
||||
FILES:liboctave = "${libdir}/${PN}/${PV}/lib*${SOLIBS}"
|
||||
FILES:liboctave-dev = "${libdir}/${PN}/${PV}/lib*${SOLIBSDEV}"
|
||||
FILES:liboctave-dbg = "${libdir}/${PN}/${PV}/.debug"
|
||||
|
||||
FILES_${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug"
|
||||
FILES:${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
Reference in New Issue
Block a user