From f459f890cb7c0e11d92b80f0d5a65117428cc87f Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 26 Nov 2015 13:46:48 +0200 Subject: gnome-common: Upgrade 3.14.0 -> 3.18.0 Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- meta/recipes-gnome/gnome/gnome-common_3.14.0.bb | 20 -------------------- meta/recipes-gnome/gnome/gnome-common_3.18.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/gnome-common_3.14.0.bb create mode 100644 meta/recipes-gnome/gnome/gnome-common_3.18.0.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb b/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb deleted file mode 100644 index 80b7033ee1..0000000000 --- a/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Common macros for building GNOME applications" -HOMEPAGE = "http://www.gnome.org/" -BUGTRACKER = "https://bugzilla.gnome.org/" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SECTION = "x11/gnome" -inherit gnomebase allarch - -SRC_URI[archive.md5sum] = "ba58c61d0d81b7c3ff8452c620513a9d" -SRC_URI[archive.sha256sum] = "4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c" - -EXTRA_AUTORECONF = "" -DEPENDS = "" - -FILES_${PN} += "${datadir}/aclocal" -FILES_${PN}-dev = "" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb b/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb new file mode 100644 index 0000000000..06f3bb34cf --- /dev/null +++ b/meta/recipes-gnome/gnome/gnome-common_3.18.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "Common macros for building GNOME applications" +HOMEPAGE = "http://www.gnome.org/" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SECTION = "x11/gnome" +inherit gnomebase allarch + +SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053" +SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf" + +EXTRA_AUTORECONF = "" +DEPENDS = "" + +FILES_${PN} += "${datadir}/aclocal" +FILES_${PN}-dev = "" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg