Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/7] eudev: upgrade 3.2.8 -> 3.2.9
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  5:41 ` [PATCH 2/7] vte: upgrade 0.58.2 -> 0.58.3 Anuj Mittal
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-core/udev/{eudev_3.2.8.bb => eudev_3.2.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/udev/{eudev_3.2.8.bb => eudev_3.2.9.bb} (95%)

diff --git a/meta/recipes-core/udev/eudev_3.2.8.bb b/meta/recipes-core/udev/eudev_3.2.9.bb
similarity index 95%
rename from meta/recipes-core/udev/eudev_3.2.8.bb
rename to meta/recipes-core/udev/eudev_3.2.9.bb
index 6619cdde37..f96f8cbe78 100644
--- a/meta/recipes-core/udev/eudev_3.2.8.bb
+++ b/meta/recipes-core/udev/eudev_3.2.9.bb
@@ -20,8 +20,8 @@ SRC_URI = "https://dev.gentoo.org/~blueness/${BPN}/${BP}.tar.gz \
            file://udev.rules \
 "
 
-SRC_URI[md5sum] = "ce166b3fdd910c2a4a840378f48fedaf"
-SRC_URI[sha256sum] = "61e4948e9e51271c3cce2bb5311a30b206dd03ef011062e6c627fb007e43f6b8"
+SRC_URI[md5sum] = "dedfb1964f6098fe9320de827957331f"
+SRC_URI[sha256sum] = "89618619084a19e1451d373c43f141b469c9fd09767973d73dd268b92074d4fc"
 
 inherit autotools update-rc.d qemu pkgconfig features_check
 
-- 
2.21.0



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

* [PATCH 2/7] vte: upgrade 0.58.2 -> 0.58.3
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
  2019-12-19  5:41 ` [PATCH 1/7] eudev: upgrade 3.2.8 -> 3.2.9 Anuj Mittal
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  5:41 ` [PATCH 3/7] glib-networking: upgrade 2.62.1 -> 2.62.2 Anuj Mittal
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-support/vte/{vte_0.58.2.bb => vte_0.58.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/vte/{vte_0.58.2.bb => vte_0.58.3.bb} (92%)

diff --git a/meta/recipes-support/vte/vte_0.58.2.bb b/meta/recipes-support/vte/vte_0.58.3.bb
similarity index 92%
rename from meta/recipes-support/vte/vte_0.58.2.bb
rename to meta/recipes-support/vte/vte_0.58.3.bb
index 0ed382a5f9..41dc2e77c9 100644
--- a/meta/recipes-support/vte/vte_0.58.2.bb
+++ b/meta/recipes-support/vte/vte_0.58.3.bb
@@ -20,8 +20,8 @@ inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-intros
 SRC_URI += "file://0001-app.cc-use-old-school-asignment-to-avoid-gcc-4.8-err.patch \
             file://0002-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
            "
-SRC_URI[archive.md5sum] = "dadbf2c1d9864d3ea185738f97ab63af"
-SRC_URI[archive.sha256sum] = "33c966d2b1f2c3b0f9416dbca883fd746159b5bd040350e3b78f8104b2a42bc0"
+SRC_URI[archive.md5sum] = "f59eb0784a361c0939c03d4566255916"
+SRC_URI[archive.sha256sum] = "22dcb54ac2ad1a56ab0a745e16ccfeb383f0b5860b5bfa1784561216f98d4975"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-- 
2.21.0



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

* [PATCH 3/7] glib-networking: upgrade 2.62.1 -> 2.62.2
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
  2019-12-19  5:41 ` [PATCH 1/7] eudev: upgrade 3.2.8 -> 3.2.9 Anuj Mittal
  2019-12-19  5:41 ` [PATCH 2/7] vte: upgrade 0.58.2 -> 0.58.3 Anuj Mittal
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  5:41 ` [PATCH 4/7] libsolv: upgrade 0.7.8 -> 0.7.10 Anuj Mittal
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{glib-networking_2.62.1.bb => glib-networking_2.62.2.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.62.1.bb => glib-networking_2.62.2.bb} (88%)

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.62.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.62.2.bb
similarity index 88%
rename from meta/recipes-core/glib-networking/glib-networking_2.62.1.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.62.2.bb
index 81d3fd43d9..026d8701f3 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.62.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.62.2.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 SECTION = "libs"
 DEPENDS = "glib-2.0"
 
-SRC_URI[archive.md5sum] = "64ca1e1e43e623b916059585bf7e4758"
-SRC_URI[archive.sha256sum] = "3c55ae6771ad7a79fa606a834f4686ed555c2774ed6e9ece6f3c0f6a3dab7110"
+SRC_URI[archive.md5sum] = "a8b669ae54c7178848ce7a9b596a471c"
+SRC_URI[archive.sha256sum] = "0644b8dc042bab8c9d2892aee5716513280c8773dbef43a038149f24cae15544"
 
 PACKAGECONFIG ??= "gnutls"
 
-- 
2.21.0



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

* [PATCH 4/7] libsolv: upgrade 0.7.8 -> 0.7.10
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
                   ` (2 preceding siblings ...)
  2019-12-19  5:41 ` [PATCH 3/7] glib-networking: upgrade 2.62.1 -> 2.62.2 Anuj Mittal
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  5:41 ` [PATCH 5/7] stress-ng: upgrade 0.10.11 -> 0.10.13 Anuj Mittal
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../libsolv/{libsolv_0.7.8.bb => libsolv_0.7.10.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.8.bb => libsolv_0.7.10.bb} (93%)

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.8.bb b/meta/recipes-extended/libsolv/libsolv_0.7.10.bb
similarity index 93%
rename from meta/recipes-extended/libsolv/libsolv_0.7.8.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.10.bb
index 8fe9ae0469..502f4e0e85 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.8.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.10.bb
@@ -10,7 +10,7 @@ DEPENDS = "expat zlib"
 SRC_URI = "git://github.com/openSUSE/libsolv.git \
 "
 
-SRCREV = "5205c5683ce2c8b8288534059ba40a318a2a161d"
+SRCREV = "605dd2645ef899e2b7c95709476fb51e28d7e378"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
-- 
2.21.0



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

* [PATCH 5/7] stress-ng: upgrade 0.10.11 -> 0.10.13
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
                   ` (3 preceding siblings ...)
  2019-12-19  5:41 ` [PATCH 4/7] libsolv: upgrade 0.7.8 -> 0.7.10 Anuj Mittal
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  5:41 ` [PATCH 6/7] mmc-utils: upgrade to latest revision Anuj Mittal
  2019-12-19  5:41 ` [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0 Anuj Mittal
  6 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../stress-ng/{stress-ng_0.10.11.bb => stress-ng_0.10.13.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.10.11.bb => stress-ng_0.10.13.bb} (83%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.10.11.bb b/meta/recipes-extended/stress-ng/stress-ng_0.10.13.bb
similarity index 83%
rename from meta/recipes-extended/stress-ng/stress-ng_0.10.11.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.10.13.bb
index 6173ace866..37ace21d48 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.10.11.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.10.13.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
            "
-SRC_URI[md5sum] = "03e836175d039cd69a64d2790b9d1a98"
-SRC_URI[sha256sum] = "b84d38a336300fe1c5ae97d13a7154e7a6ea7056fcb690f602ea32bbab2be49b"
+SRC_URI[md5sum] = "f7e53cae53e37d882131e87dc88af0ea"
+SRC_URI[sha256sum] = "da0442053de6db62517c49ad129a8a3f776f60e60591f3be05819eef512acb45"
 
 DEPENDS = "coreutils-native"
 
-- 
2.21.0



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

* [PATCH 6/7] mmc-utils: upgrade to latest revision
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
                   ` (4 preceding siblings ...)
  2019-12-19  5:41 ` [PATCH 5/7] stress-ng: upgrade 0.10.11 -> 0.10.13 Anuj Mittal
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  5:41 ` [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0 Anuj Mittal
  6 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb
index 0c401c86fa..5fd1c5c0cd 100644
--- a/meta/recipes-devtools/mmc/mmc-utils_git.bb
+++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d"
 
 SRCBRANCH ?= "master"
-SRCREV = "aef913e31b659462fe6b9320d241676cba97f67b"
+SRCREV = "73d6c59af8d1bcedf5de4aa1f5d5b7f765f545f5"
 
 PV = "0.1+git${SRCPV}"
 
-- 
2.21.0



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

* [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0
       [not found] <cover.1576733575.git.anuj.mittal@intel.com>
                   ` (5 preceding siblings ...)
  2019-12-19  5:41 ` [PATCH 6/7] mmc-utils: upgrade to latest revision Anuj Mittal
@ 2019-12-19  5:41 ` Anuj Mittal
  2019-12-19  6:01   ` Adrian Bunk
  6 siblings, 1 reply; 10+ messages in thread
From: Anuj Mittal @ 2019-12-19  5:41 UTC (permalink / raw)
  To: openembedded-core

Remove backported patches and explicitly pass -std=gnu99 to native CFLAGS
to make sure build passes on older and still supported OSes like CentOS 7.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../gnutls/libtasn1/fix-gtkdoc.patch          | 38 -------------------
 .../gnutls/libtasn1/fix-ldflags.patch         | 31 ---------------
 .../{libtasn1_4.14.bb => libtasn1_4.15.0.bb}  |  8 ++--
 3 files changed, 4 insertions(+), 73 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/libtasn1/fix-gtkdoc.patch
 delete mode 100644 meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch
 rename meta/recipes-support/gnutls/{libtasn1_4.14.bb => libtasn1_4.15.0.bb} (75%)

diff --git a/meta/recipes-support/gnutls/libtasn1/fix-gtkdoc.patch b/meta/recipes-support/gnutls/libtasn1/fix-gtkdoc.patch
deleted file mode 100644
index bfc9b9fca7..0000000000
--- a/meta/recipes-support/gnutls/libtasn1/fix-gtkdoc.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Upstream-Status: Backport [https://gitlab.com/gnutls/libtasn1/merge_requests/49]
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From ebd4f871b5241809f6a5b461444a6d331e15c949 Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Mon, 9 Sep 2019 13:11:39 +0100
-Subject: [PATCH] doc/reference: don't add empty object hierarchy chapter
-
-The object hierarchy section is empty because there are no GObjects in the
-libtasn1 API.  With gtk-doc 1.30 onwards if there are no objects then the object
-hierarchy file won't exist, resulting in a failure when building the
-documentation:
-
-| ../libtasn1-docs.xml:39: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found
-
-Signed-off-by: Ross Burton <ross.burton@intel.com>
----
- doc/reference/libtasn1-docs.xml | 4 ----
- 1 file changed, 4 deletions(-)
-
-diff --git a/doc/reference/libtasn1-docs.xml b/doc/reference/libtasn1-docs.xml
-index accdb85..f88b888 100644
---- a/doc/reference/libtasn1-docs.xml
-+++ b/doc/reference/libtasn1-docs.xml
-@@ -34,10 +34,6 @@
-         <xi:include href="xml/libtasn1.xml"/>
- 
-   </chapter>
--  <chapter id="object-tree">
--    <title>Object Hierarchy</title>
--    <xi:include href="xml/tree_index.sgml"/>
--  </chapter>
-   <index id="api-index-full">
-     <title>API Index</title>
-     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
--- 
-2.20.1
-
diff --git a/meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch b/meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch
deleted file mode 100644
index f18f3c6267..0000000000
--- a/meta/recipes-support/gnutls/libtasn1/fix-ldflags.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From a6f93b7ace347bc4fe29eb4a8fe4383d786cc8d0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>
-Date: Tue, 23 Jul 2019 20:44:01 +0200
-Subject: [PATCH] Fix LDFLAGS to AM_LDFLAGS in src/Makefile.am
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-Upstream-Status: Backport
-Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
----
- src/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 5bf3622..4459767 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -21,7 +21,7 @@ AM_CPPFLAGS = -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes \
-  -I$(top_builddir)/lib/gl -I$(top_srcdir)/lib/gl $(CODE_COVERAGE_CPPFLAGS)
- 
- LDADD = ../lib/libtasn1.la
--LDFLAGS = $(CODE_COVERAGE_LDFLAGS)
-+AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS)
- 
- bin_PROGRAMS = asn1Parser asn1Coding asn1Decoding
- 
--- 
-2.21.0
-
diff --git a/meta/recipes-support/gnutls/libtasn1_4.14.bb b/meta/recipes-support/gnutls/libtasn1_4.15.0.bb
similarity index 75%
rename from meta/recipes-support/gnutls/libtasn1_4.14.bb
rename to meta/recipes-support/gnutls/libtasn1_4.15.0.bb
index ef2c1956a2..115c98ae57 100644
--- a/meta/recipes-support/gnutls/libtasn1_4.14.bb
+++ b/meta/recipes-support/gnutls/libtasn1_4.15.0.bb
@@ -10,15 +10,15 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 
 SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
            file://dont-depend-on-help2man.patch \
-           file://fix-ldflags.patch \
-           file://fix-gtkdoc.patch \
            "
 
 DEPENDS = "bison-native"
 
-SRC_URI[md5sum] = "e9918200ed4a778e2b3cbe34c1be4205"
-SRC_URI[sha256sum] = "9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9c5ba08"
+SRC_URI[md5sum] = "33e3fb5501bb2142184238c815b0beb8"
+SRC_URI[sha256sum] = "dd77509fe8f5304deafbca654dc7f0ea57f5841f41ba530cff9a5bf71382739e"
 
 inherit autotools texinfo lib_package gtk-doc
 
+CFLAGS_append_class-native = " -std=gnu99"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.21.0



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

* Re: [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0
  2019-12-19  5:41 ` [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0 Anuj Mittal
@ 2019-12-19  6:01   ` Adrian Bunk
  2019-12-19  6:09     ` Mittal, Anuj
  0 siblings, 1 reply; 10+ messages in thread
From: Adrian Bunk @ 2019-12-19  6:01 UTC (permalink / raw)
  To: Anuj Mittal; +Cc: openembedded-core

On Thu, Dec 19, 2019 at 01:41:08PM +0800, Anuj Mittal wrote:
> Remove backported patches and explicitly pass -std=gnu99 to native CFLAGS
> to make sure build passes on older and still supported OSes like CentOS 7.
>...

-std=gnu99 is default with the ancient gcc on CentOS 7,
you could pass -std=gnu11 to bring it to the same standard
as current gcc.

None of this actually makes sure that the build passes on CentOS 7,
and if there is no problem right now it is better to not try to fix it.

cu
Adrian


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

* Re: [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0
  2019-12-19  6:01   ` Adrian Bunk
@ 2019-12-19  6:09     ` Mittal, Anuj
  2019-12-19  6:16       ` Adrian Bunk
  0 siblings, 1 reply; 10+ messages in thread
From: Mittal, Anuj @ 2019-12-19  6:09 UTC (permalink / raw)
  To: bunk@stusta.de; +Cc: openembedded-core@lists.openembedded.org

On Thu, 2019-12-19 at 08:01 +0200, Adrian Bunk wrote:
> On Thu, Dec 19, 2019 at 01:41:08PM +0800, Anuj Mittal wrote:
> > Remove backported patches and explicitly pass -std=gnu99 to native
> > CFLAGS
> > to make sure build passes on older and still supported OSes like
> > CentOS 7.
> > ...
> 
> -std=gnu99 is default with the ancient gcc on CentOS 7,
> you could pass -std=gnu11 to bring it to the same standard
> as current gcc.
> 

info gcc for gcc 4.8.5 says:

The default, if no C language dialect options are
given, is '-std=gnu90';

I get:

^[[01m^[[K../../libtasn1-4.15.0/fuzz/corpus2array.c:^[[m^[[K In function
'^[[01m^[[Kmain^[[m^[[K':
^[[01m^[[K../../libtasn1-4.15.0/fuzz/corpus2array.c:123:4:^[[m^[[K
^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[Kfor^[[m^[[K' loop initial declarations
are only allowed in C99 mode
    for (int i = 8; i < 32 ; i++) {
^[[01;32m^[[K    ^^[[m^[[K

Thanks,

Anuj

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

* Re: [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0
  2019-12-19  6:09     ` Mittal, Anuj
@ 2019-12-19  6:16       ` Adrian Bunk
  0 siblings, 0 replies; 10+ messages in thread
From: Adrian Bunk @ 2019-12-19  6:16 UTC (permalink / raw)
  To: Mittal, Anuj; +Cc: openembedded-core@lists.openembedded.org

On Thu, Dec 19, 2019 at 06:09:40AM +0000, Mittal, Anuj wrote:
> On Thu, 2019-12-19 at 08:01 +0200, Adrian Bunk wrote:
> > On Thu, Dec 19, 2019 at 01:41:08PM +0800, Anuj Mittal wrote:
> > > Remove backported patches and explicitly pass -std=gnu99 to native
> > > CFLAGS
> > > to make sure build passes on older and still supported OSes like
> > > CentOS 7.
> > > ...
> > 
> > -std=gnu99 is default with the ancient gcc on CentOS 7,
> > you could pass -std=gnu11 to bring it to the same standard
> > as current gcc.
> > 
> 
> info gcc for gcc 4.8.5 says:
> 
> The default, if no C language dialect options are
> given, is '-std=gnu90';
>...

Sorry you are correct, I got the versions mixed up.

> Thanks,
> 
> Anuj

cu
Adrian


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

end of thread, other threads:[~2019-12-19  6:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1576733575.git.anuj.mittal@intel.com>
2019-12-19  5:41 ` [PATCH 1/7] eudev: upgrade 3.2.8 -> 3.2.9 Anuj Mittal
2019-12-19  5:41 ` [PATCH 2/7] vte: upgrade 0.58.2 -> 0.58.3 Anuj Mittal
2019-12-19  5:41 ` [PATCH 3/7] glib-networking: upgrade 2.62.1 -> 2.62.2 Anuj Mittal
2019-12-19  5:41 ` [PATCH 4/7] libsolv: upgrade 0.7.8 -> 0.7.10 Anuj Mittal
2019-12-19  5:41 ` [PATCH 5/7] stress-ng: upgrade 0.10.11 -> 0.10.13 Anuj Mittal
2019-12-19  5:41 ` [PATCH 6/7] mmc-utils: upgrade to latest revision Anuj Mittal
2019-12-19  5:41 ` [PATCH 7/7] libtasn1: upgrade 4.14 -> 4.15.0 Anuj Mittal
2019-12-19  6:01   ` Adrian Bunk
2019-12-19  6:09     ` Mittal, Anuj
2019-12-19  6:16       ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox