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-graphics/fontforge | |
| 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-graphics/fontforge')
| -rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb index 1863f95f0f..26d51bdafd 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | |||
| @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = " \ | |||
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | DEPENDS = "python3 glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" | 9 | DEPENDS = "python3 glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" |
| 10 | DEPENDS_append_class-target = " libxi" | 10 | DEPENDS:append:class-target = " libxi" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg | 12 | inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 14 | REQUIRED_DISTRO_FEATURES:append:class-target = " x11" |
| 15 | 15 | ||
| 16 | # tag 20190801 | 16 | # tag 20190801 |
| 17 | SRCREV = "ac635b818e38ddb8e7e2e1057330a32b4e25476e" | 17 | SRCREV = "ac635b818e38ddb8e7e2e1057330a32b4e25476e" |
| @@ -21,7 +21,7 @@ SRC_URI = "git://github.com/${BPN}/${BPN}.git \ | |||
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
| 23 | EXTRA_OECONF += "--without-libuninameslist --enable-python-scripting --enable-python-extension" | 23 | EXTRA_OECONF += "--without-libuninameslist --enable-python-scripting --enable-python-extension" |
| 24 | EXTRA_OECONF_append_class-native = " with_x=no" | 24 | EXTRA_OECONF:append:class-native = " with_x=no" |
| 25 | 25 | ||
| 26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
| 27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
| @@ -34,14 +34,14 @@ BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | |||
| 34 | 34 | ||
| 35 | PACKAGES =+ "${PN}-python" | 35 | PACKAGES =+ "${PN}-python" |
| 36 | 36 | ||
| 37 | FILES_${PN} += " \ | 37 | FILES:${PN} += " \ |
| 38 | ${datadir}/appdata \ | 38 | ${datadir}/appdata \ |
| 39 | ${datadir}/metainfo \ | 39 | ${datadir}/metainfo \ |
| 40 | ${datadir}/mime \ | 40 | ${datadir}/mime \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" | 43 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" |
| 44 | RDEPENDS_${PN}-python = "python3" | 44 | RDEPENDS:${PN}-python = "python3" |
| 45 | 45 | ||
| 46 | # for e.g kde's oxygen-fonts | 46 | # for e.g kde's oxygen-fonts |
| 47 | BBCLASSEXTEND = "native" | 47 | BBCLASSEXTEND = "native" |
