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/zbar | |
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/zbar')
-rw-r--r-- | meta-oe/recipes-support/zbar/zbar_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index a33aa2c960..39d3894ff7 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
@@ -39,11 +39,11 @@ PACKAGECONFIG[gtk3] = "--with-gtk=gtk3, --without-gtk, gtk+3" | |||
39 | PACKAGECONFIG[qt5] = "--with-qt5, --without-qt5, qtbase qtbase-native qtx11extras qtsvg, qtbase" | 39 | PACKAGECONFIG[qt5] = "--with-qt5, --without-qt5, qtbase qtbase-native qtx11extras qtsvg, qtbase" |
40 | PACKAGECONFIG[imagemagick] = "--with-imagemagick, --without-imagemagick, imagemagick" | 40 | PACKAGECONFIG[imagemagick] = "--with-imagemagick, --without-imagemagick, imagemagick" |
41 | 41 | ||
42 | FILES_${PN} += "${bindir} \ | 42 | FILES:${PN} += "${bindir} \ |
43 | ${@bb.utils.contains('DEPENDS', 'python3-native', '${libdir}', '', d)} \ | 43 | ${@bb.utils.contains('DEPENDS', 'python3-native', '${libdir}', '', d)} \ |
44 | " | 44 | " |
45 | 45 | ||
46 | CPPFLAGS_append = "\ | 46 | CPPFLAGS:append = "\ |
47 | ${@bb.utils.contains('PACKAGECONFIG', 'qt5', '\ | 47 | ${@bb.utils.contains('PACKAGECONFIG', 'qt5', '\ |
48 | -I${STAGING_INCDIR}/QtX11Extras \ | 48 | -I${STAGING_INCDIR}/QtX11Extras \ |
49 | -I${STAGING_INCDIR}/dbus-1.0 \ | 49 | -I${STAGING_INCDIR}/dbus-1.0 \ |
@@ -51,8 +51,8 @@ CPPFLAGS_append = "\ | |||
51 | ', '', d)} \ | 51 | ', '', d)} \ |
52 | " | 52 | " |
53 | 53 | ||
54 | TARGET_CXXFLAGS_append = " -fPIC" | 54 | TARGET_CXXFLAGS:append = " -fPIC" |
55 | 55 | ||
56 | do_configure_prepend() { | 56 | do_configure:prepend() { |
57 | install -m 755 ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${S}/ | 57 | install -m 755 ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${S}/ |
58 | } | 58 | } |