diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-16 01:38:35 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 09:00:36 -0700 |
| commit | 1c97ec5a76bf692feaf262bc1f98a7f6fd84312e (patch) | |
| tree | b6186135655848e7f043cc8ee61a02bcf973e83b | |
| parent | 448d57649d61ef494d140e8bbdeb5e26b4dd6330 (diff) | |
| download | meta-openembedded-1c97ec5a76bf692feaf262bc1f98a7f6fd84312e.tar.gz | |
tracker-miners: upgrade 2.3.5 -> 3.0.5
* follow tracker upgrade
* adjust PACKAGECONFIGs to new sources
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/tracker/tracker-miners_3.0.5.bb (renamed from meta-gnome/recipes-gnome/tracker/tracker-miners_2.3.5.bb) | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_2.3.5.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.0.5.bb index 07fa10a0e2..6672195e00 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_2.3.5.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.0.5.bb | |||
| @@ -13,9 +13,9 @@ DEPENDS = " \ | |||
| 13 | 13 | ||
| 14 | GNOMEBASEBUILDCLASS = "meson" | 14 | GNOMEBASEBUILDCLASS = "meson" |
| 15 | 15 | ||
| 16 | inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check | 16 | inherit gnomebase gsettings gobject-introspection vala bash-completion features_check |
| 17 | 17 | ||
| 18 | SRC_URI[archive.sha256sum] = "9509d37fb29acd233058f4df5bd1234b692ac6f946bc2e5f7b8dbf51dfe5b9fa" | 18 | SRC_URI[archive.sha256sum] = "c9be14871b1398e6e656a354a8f8f59e69e93169017f2b28308ef439324fd12b" |
| 19 | SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch" | 19 | SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch" |
| 20 | 20 | ||
| 21 | # gobject-introspection is mandatory and cannot be configured | 21 | # gobject-introspection is mandatory and cannot be configured |
| @@ -24,34 +24,33 @@ UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | |||
| 24 | 24 | ||
| 25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
| 26 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \ | 26 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \ |
| 27 | flac \ | ||
| 28 | gexiv2 \ | 27 | gexiv2 \ |
| 29 | gstreamer \ | 28 | gstreamer \ |
| 30 | icu \ | 29 | icu \ |
| 31 | libexif \ | 30 | libexif \ |
| 32 | libgsf \ | 31 | libgsf \ |
| 33 | jpeg \ | 32 | jpeg \ |
| 33 | pdf \ | ||
| 34 | png \ | 34 | png \ |
| 35 | tiff \ | 35 | tiff \ |
| 36 | xml \ | 36 | xml \ |
| 37 | pdf \ | ||
| 38 | " | 37 | " |
| 39 | 38 | ||
| 39 | PACKAGECONFIG[battery] = "-Dbattery_detection=upower,-Dbattery_detection=none,upower" | ||
| 40 | PACKAGECONFIG[ffmpeg] = ",,ffmpeg" | 40 | PACKAGECONFIG[ffmpeg] = ",,ffmpeg" |
| 41 | PACKAGECONFIG[flac] = "-Dflac=enabled,-Dflac=disabled,flac" | ||
| 42 | PACKAGECONFIG[gexiv2] = ",,gexiv2" | 41 | PACKAGECONFIG[gexiv2] = ",,gexiv2" |
| 43 | PACKAGECONFIG[gstreamer] = ",,gstreamer1.0 gstreamer1.0-plugins-base" | 42 | PACKAGECONFIG[gstreamer] = ",,gstreamer1.0 gstreamer1.0-plugins-base" |
| 44 | PACKAGECONFIG[gupnp] = ",,gupnp-dlna" | 43 | PACKAGECONFIG[gupnp] = ",,gupnp-dlna" |
| 44 | PACKAGECONFIG[gif] = "-Dgif=enabled,-Dgif=disabled,giflib" | ||
| 45 | PACKAGECONFIG[icu] = ",,icu" | 45 | PACKAGECONFIG[icu] = ",,icu" |
| 46 | PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" | ||
| 46 | PACKAGECONFIG[libexif] = "-Dexif=enabled,-Dexif=disabled,libexif" | 47 | PACKAGECONFIG[libexif] = "-Dexif=enabled,-Dexif=disabled,libexif" |
| 47 | PACKAGECONFIG[libgsf] = "-Dgsf=enabled,-Dgsf=disabled,libgsf" | 48 | PACKAGECONFIG[libgsf] = "-Dgsf=enabled,-Dgsf=disabled,libgsf" |
| 48 | PACKAGECONFIG[jpeg] = "-Djpeg=enabled,-Djpeg=disabled,jpeg" | 49 | PACKAGECONFIG[pdf] = "-Dpdf=enabled,-Dpdf=disabled,poppler" |
| 49 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" | 50 | PACKAGECONFIG[png] = "-Dpng=enabled,-Dpng=disabled,libpng" |
| 50 | PACKAGECONFIG[tiff] = "-Dtiff=enabled,-Dtiff=disabled,tiff" | 51 | PACKAGECONFIG[tiff] = "-Dtiff=enabled,-Dtiff=disabled,tiff" |
| 51 | PACKAGECONFIG[xml] = "-Dxml=enabled,-Dxml=disabled,libxml2" | 52 | PACKAGECONFIG[xml] = "-Dxml=enabled,-Dxml=disabled,libxml2" |
| 52 | PACKAGECONFIG[vorbis] = "-Dvorbis=enabled,-Dvorbis=disabled,libvorbis" | 53 | PACKAGECONFIG[networkmanager] = "-Dnetwork_manager=enabled,-Dnetwork_manager=disabled,networkmanger" |
| 53 | PACKAGECONFIG[pdf] = "-Dpdf=enabled,-Dpdf=disabled,poppler" | ||
| 54 | PACKAGECONFIG[upower] = ",,upower" | ||
| 55 | 54 | ||
| 56 | # For security reasons it is strongly recommended to set add meta-security in | 55 | # For security reasons it is strongly recommended to set add meta-security in |
| 57 | # your layers and 'libseccomp' to PACKAGECONFIG". | 56 | # your layers and 'libseccomp' to PACKAGECONFIG". |
| @@ -60,12 +59,14 @@ PACKAGECONFIG[libseccomp] = ",,libseccomp" | |||
| 60 | PACKAGECONFIG[rss] = "-Dminer_rss=true,-Dminer_rss=false,libgrss" | 59 | PACKAGECONFIG[rss] = "-Dminer_rss=true,-Dminer_rss=false,libgrss" |
| 61 | 60 | ||
| 62 | EXTRA_OEMESON += " \ | 61 | EXTRA_OEMESON += " \ |
| 63 | -Dsystemd_user_services=${systemd_user_unitdir} \ | 62 | -Dman=false \ |
| 63 | -Dsystemd_user_services=${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)} \ | ||
| 64 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ | ||
| 64 | " | 65 | " |
| 65 | 66 | ||
| 66 | FILES_${PN} += " \ | 67 | FILES_${PN} += " \ |
| 67 | ${datadir}/dbus-1 \ | 68 | ${datadir}/dbus-1 \ |
| 68 | ${datadir}/tracker \ | 69 | ${datadir}/tracker3-miners \ |
| 69 | ${libdir}/tracker-miners-2.0 \ | 70 | ${libdir}/tracker-miners-3.0 \ |
| 70 | ${systemd_user_unitdir} \ | 71 | ${systemd_user_unitdir} \ |
| 71 | " | 72 | " |
