All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][Patch v2 0/2] Update gvfs and libgtop
@ 2019-03-15  7:58 kai.kang
  2019-03-15  7:58 ` [meta-gnome][Patch v2 1/2] libgtop: 2.38.0 -> 2.40.0 kai.kang
  2019-03-15  7:58 ` [meta-gnome][Patch v2 2/2] gvfs: 1.39.92 -> 1.40.0 kai.kang
  0 siblings, 2 replies; 3+ messages in thread
From: kai.kang @ 2019-03-15  7:58 UTC (permalink / raw)
  To: raj.khem; +Cc: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Hi Khem,

Please ignore the previous patch to inherit upstream-version-is-even that they
are included in these patches.

v2:
* correct libgtop commit message

Kai Kang (2):
  libgtop: 2.38.0 -> 2.40.0
  gvfs: 1.39.92 -> 1.40.0

 .../gvfs/{gvfs_1.39.92.bb => gvfs_1.40.0.bb}             | 6 +++---
 .../libgtop/{libgtop_2.38.0.bb => libgtop_2.40.0.bb}     | 9 ++++++---
 2 files changed, 9 insertions(+), 6 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.39.92.bb => gvfs_1.40.0.bb} (91%)
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.38.0.bb => libgtop_2.40.0.bb} (38%)

-- 
2.20.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-gnome][Patch v2 1/2] libgtop: 2.38.0 -> 2.40.0
  2019-03-15  7:58 [meta-gnome][Patch v2 0/2] Update gvfs and libgtop kai.kang
@ 2019-03-15  7:58 ` kai.kang
  2019-03-15  7:58 ` [meta-gnome][Patch v2 2/2] gvfs: 1.39.92 -> 1.40.0 kai.kang
  1 sibling, 0 replies; 3+ messages in thread
From: kai.kang @ 2019-03-15  7:58 UTC (permalink / raw)
  To: raj.khem; +Cc: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Update libgtop from 2.38.0 to 2.40.0

* reset LIBGTOP_LIBS to avoid compile errors which caused by host
  contamination
* inherit upstream-version-is-even to ensures that the upstream
  version check only accepts even minor(stable) versions.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../libgtop/{libgtop_2.38.0.bb => libgtop_2.40.0.bb}     | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.38.0.bb => libgtop_2.40.0.bb} (38%)

diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb
similarity index 38%
rename from meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb
rename to meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb
index 494934fe7..b594198a4 100644
--- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.38.0.bb
+++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb
@@ -2,12 +2,15 @@ SUMMARY = "LibGTop2"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
-inherit gnomebase lib_package gtk-doc distro_features_check gobject-introspection gettext
+inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even
 
 # depends on libxau
+inherit distro_features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.md5sum] = "bb0ce7de6b28694b40405eedac8a31b5"
-SRC_URI[archive.sha256sum] = "4f6c0e62bb438abfd16b4559cd2eca0251de19e291c888cdc4dc88e5ffebb612"
+SRC_URI[archive.md5sum] = "c6d67325cd97b2208b41e07e6cc7b947"
+SRC_URI[archive.sha256sum] = "78f3274c0c79c434c03655c1b35edf7b95ec0421430897fb1345a98a265ed2d4"
 
 DEPENDS = "glib-2.0 libxau"
+
+EXTRA_OEMAKE += "LIBGTOP_LIBS="
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-gnome][Patch v2 2/2] gvfs: 1.39.92 -> 1.40.0
  2019-03-15  7:58 [meta-gnome][Patch v2 0/2] Update gvfs and libgtop kai.kang
  2019-03-15  7:58 ` [meta-gnome][Patch v2 1/2] libgtop: 2.38.0 -> 2.40.0 kai.kang
@ 2019-03-15  7:58 ` kai.kang
  1 sibling, 0 replies; 3+ messages in thread
From: kai.kang @ 2019-03-15  7:58 UTC (permalink / raw)
  To: raj.khem; +Cc: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Update gvfs from 1.39.92 to 1.40.0.

* inherit upstream-version-is-even to ensures that the upstream version
  check only accepts even minor(stable) versions.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../recipes-gnome/gvfs/{gvfs_1.39.92.bb => gvfs_1.40.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.39.92.bb => gvfs_1.40.0.bb} (91%)

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.39.92.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
similarity index 91%
rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.39.92.bb
rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
index fef5d68e3..7f239c413 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.39.92.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb
@@ -3,14 +3,14 @@ LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e"
 
 GNOMEBASEBUILDCLASS = "meson"
-inherit gnome bash-completion gettext
+inherit gnome bash-completion gettext upstream-version-is-even
 
 DEPENDS += "libsecret glib-2.0 gconf intltool-native libgudev udisks2 polkit shadow-native"
 
 SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive"
 
-SRC_URI[archive.md5sum] = "5b60e70ea5a6421bc72eb339059b1175"
-SRC_URI[archive.sha256sum] = "ae44307c127268b6c8cbe5a93bb4a248fb8a6df430d29726e8aeb2ba40bd5513"
+SRC_URI[archive.md5sum] = "96ef53ed613e4d223e0db3a7acea44f0"
+SRC_URI[archive.sha256sum] = "3739d64b79c95a9f0f9faf2c5f9e5298b4b2ebdd6431435ce656ecd19b31e2f2"
 
 
 EXTRA_OEMESON = " \
-- 
2.20.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-15  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15  7:58 [meta-gnome][Patch v2 0/2] Update gvfs and libgtop kai.kang
2019-03-15  7:58 ` [meta-gnome][Patch v2 1/2] libgtop: 2.38.0 -> 2.40.0 kai.kang
2019-03-15  7:58 ` [meta-gnome][Patch v2 2/2] gvfs: 1.39.92 -> 1.40.0 kai.kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.