diff options
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb index 3d75f0604b..775125575d 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI = " \ | |||
| 17 | file://gnuplot.desktop \ | 17 | file://gnuplot.desktop \ |
| 18 | file://gnuplot.png \ | 18 | file://gnuplot.png \ |
| 19 | " | 19 | " |
| 20 | SRC_URI_append_class-target = " \ | 20 | SRC_URI:append:class-target = " \ |
| 21 | file://0002-do-not-build-demos.patch \ | 21 | file://0002-do-not-build-demos.patch \ |
| 22 | file://0003-Use-native-tools-to-build-docs.patch \ | 22 | file://0003-Use-native-tools-to-build-docs.patch \ |
| 23 | file://0004-Add-configure-option-to-find-qt5-native-tools.patch \ | 23 | file://0004-Add-configure-option-to-find-qt5-native-tools.patch \ |
| @@ -28,12 +28,12 @@ SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530 | |||
| 28 | 28 | ||
| 29 | # for building docs (they deserve it) we need *doc2* tools native | 29 | # for building docs (they deserve it) we need *doc2* tools native |
| 30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
| 31 | DEPENDS_class-native = "readline-native" | 31 | DEPENDS:class-native = "readline-native" |
| 32 | PACKAGECONFIG_class-native = "" | 32 | PACKAGECONFIG:class-native = "" |
| 33 | 33 | ||
| 34 | SRC_URI_append_class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch" | 34 | SRC_URI:append:class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch" |
| 35 | 35 | ||
| 36 | do_install_class-native() { | 36 | do_install:class-native() { |
| 37 | install -d ${D}${bindir} | 37 | install -d ${D}${bindir} |
| 38 | install ${B}/docs/*doc* ${D}${bindir} | 38 | install ${B}/docs/*doc* ${D}${bindir} |
| 39 | rm ${D}${bindir}/*.o | 39 | rm ${D}${bindir}/*.o |
| @@ -49,11 +49,11 @@ EXTRA_OECONF = " \ | |||
| 49 | -disable-wxwidgets \ | 49 | -disable-wxwidgets \ |
| 50 | " | 50 | " |
| 51 | 51 | ||
| 52 | do_compile_prepend() { | 52 | do_compile:prepend() { |
| 53 | install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ | 53 | install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | do_install_append_class-target() { | 56 | do_install:append:class-target() { |
| 57 | install -d ${D}${datadir}/applications/ | 57 | install -d ${D}${datadir}/applications/ |
| 58 | install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/ | 58 | install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/ |
| 59 | install -d ${D}${datadir}/pixmaps/ | 59 | install -d ${D}${datadir}/pixmaps/ |
| @@ -62,10 +62,10 @@ do_install_append_class-target() { | |||
| 62 | 62 | ||
| 63 | PACKAGES =+ "${PN}-x11" | 63 | PACKAGES =+ "${PN}-x11" |
| 64 | 64 | ||
| 65 | RPROVIDES_${PN}-dbg += "${PN}-x11-dbg" | 65 | RPROVIDES:${PN}-dbg += "${PN}-x11-dbg" |
| 66 | 66 | ||
| 67 | DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot." | 67 | DESCRIPTION:${PN}-x11 = "X11 display terminal for Gnuplot." |
| 68 | SECTION_${PN}-x11 = "x11/scientific" | 68 | SECTION:${PN}-x11 = "x11/scientific" |
| 69 | FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 " | 69 | FILES:${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 " |
| 70 | 70 | ||
| 71 | FILES_${PN} += "${datadir}/texmf" | 71 | FILES:${PN} += "${datadir}/texmf" |
