summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poppler
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/poppler
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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-support/poppler')
-rw-r--r--meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb2
-rw-r--r--meta-oe/recipes-support/poppler/poppler_21.07.0.bb8
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb
index 46e33514e8..7574c7b5b1 100644
--- a/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb
+++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb
@@ -34,4 +34,4 @@ do_install() {
34 install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/ 34 install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/
35} 35}
36 36
37FILES_${PN} += "${datadir}" 37FILES:${PN} += "${datadir}"
diff --git a/meta-oe/recipes-support/poppler/poppler_21.07.0.bb b/meta-oe/recipes-support/poppler/poppler_21.07.0.bb
index 975ab1d70d..cfbd394bc0 100644
--- a/meta-oe/recipes-support/poppler/poppler_21.07.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_21.07.0.bb
@@ -37,7 +37,7 @@ EXTRA_OECMAKE += " \
37 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \ 37 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \
38" 38"
39 39
40do_configure_append() { 40do_configure:append() {
41 # poppler macro uses pkg-config to check for g-ir runtimes. Something 41 # poppler macro uses pkg-config to check for g-ir runtimes. Something
42 # makes them point to /usr/bin. Align them to sysroot - that's where the 42 # makes them point to /usr/bin. Align them to sysroot - that's where the
43 # gir-wrappers are: 43 # gir-wrappers are:
@@ -45,7 +45,7 @@ do_configure_append() {
45} 45}
46 46
47PACKAGES =+ "libpoppler libpoppler-glib" 47PACKAGES =+ "libpoppler libpoppler-glib"
48FILES_libpoppler = "${libdir}/libpoppler.so.*" 48FILES:libpoppler = "${libdir}/libpoppler.so.*"
49FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" 49FILES:libpoppler-glib = "${libdir}/libpoppler-glib.so.*"
50 50
51RDEPENDS_libpoppler = "poppler-data" 51RDEPENDS:libpoppler = "poppler-data"