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-support/poppler | |
| 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-support/poppler')
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_21.07.0.bb | 8 |
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 | ||
| 37 | FILES_${PN} += "${datadir}" | 37 | FILES:${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 | ||
| 40 | do_configure_append() { | 40 | do_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 | ||
| 47 | PACKAGES =+ "libpoppler libpoppler-glib" | 47 | PACKAGES =+ "libpoppler libpoppler-glib" |
| 48 | FILES_libpoppler = "${libdir}/libpoppler.so.*" | 48 | FILES:libpoppler = "${libdir}/libpoppler.so.*" |
| 49 | FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" | 49 | FILES:libpoppler-glib = "${libdir}/libpoppler-glib.so.*" |
| 50 | 50 | ||
| 51 | RDEPENDS_libpoppler = "poppler-data" | 51 | RDEPENDS:libpoppler = "poppler-data" |
