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/fltk | |
| 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/fltk')
| -rw-r--r-- | meta-oe/recipes-support/fltk/fltk-native.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/fltk/fltk.bb | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk-native.bb b/meta-oe/recipes-support/fltk/fltk-native.bb index 5d5a236be9..8d3992a6ec 100644 --- a/meta-oe/recipes-support/fltk/fltk-native.bb +++ b/meta-oe/recipes-support/fltk/fltk-native.bb | |||
| @@ -18,7 +18,7 @@ EXTRA_OECMAKE += " \ | |||
| 18 | # lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' | 18 | # lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' |
| 19 | LDFLAGS += "-ldl" | 19 | LDFLAGS += "-ldl" |
| 20 | 20 | ||
| 21 | do_install_append() { | 21 | do_install:append() { |
| 22 | # make sure native fltk-config is not used accidentaly | 22 | # make sure native fltk-config is not used accidentaly |
| 23 | rm -f ${D}${bindir}/fltk-config | 23 | rm -f ${D}${bindir}/fltk-config |
| 24 | } | 24 | } |
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 51b4a0bc85..ca2b517d72 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
| @@ -22,23 +22,23 @@ PACKAGECONFIG[xinerama] = "-DOPTION_USE_XINERAMA=ON,-DOPTION_USE_XINERAMA=OFF,li | |||
| 22 | PACKAGECONFIG[xfixes] = "-DOPTION_USE_XFIXES=ON,-DOPTION_USE_XFIXES=OFF,libxfixes" | 22 | PACKAGECONFIG[xfixes] = "-DOPTION_USE_XFIXES=ON,-DOPTION_USE_XFIXES=OFF,libxfixes" |
| 23 | PACKAGECONFIG[xcursor] = "-DOPTION_USE_XCURSOR=ON,-DOPTION_USE_XCURSOR=OFF,libxcursor" | 23 | PACKAGECONFIG[xcursor] = "-DOPTION_USE_XCURSOR=ON,-DOPTION_USE_XCURSOR=OFF,libxcursor" |
| 24 | 24 | ||
| 25 | do_install_append() { | 25 | do_install:append() { |
| 26 | sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/fltk-config | 26 | sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/fltk-config |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | python populate_packages_prepend () { | 29 | python populate_packages:prepend () { |
| 30 | if (d.getVar('DEBIAN_NAMES')): | 30 | if (d.getVar('DEBIAN_NAMES')): |
| 31 | d.setVar('PKG_${BPN}', 'libfltk${PV}') | 31 | d.setVar('PKG:${BPN}', 'libfltk${PV}') |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | LEAD_SONAME = "libfltk.so" | 34 | LEAD_SONAME = "libfltk.so" |
| 35 | 35 | ||
| 36 | # .desktop / icons / mime only necessary for fluid app | 36 | # .desktop / icons / mime only necessary for fluid app |
| 37 | FILES_${PN}-bin += " \ | 37 | FILES:${PN}-bin += " \ |
| 38 | ${datadir}/applications \ | 38 | ${datadir}/applications \ |
| 39 | ${datadir}/icons \ | 39 | ${datadir}/icons \ |
| 40 | ${datadir}/mime \ | 40 | ${datadir}/mime \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | # cmake files | 43 | # cmake files |
| 44 | FILES_${PN}-dev += "${datadir}/fltk" | 44 | FILES:${PN}-dev += "${datadir}/fltk" |
