From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id 88DFF71C9E for ; Mon, 20 Feb 2017 08:46:42 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id v1K8kaS0005233 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK) for ; Mon, 20 Feb 2017 00:46:42 -0800 Received: from ala-blade47.wrs.com (147.11.105.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.294.0; Mon, 20 Feb 2017 00:46:36 -0800 From: Robert Yang To: Date: Mon, 20 Feb 2017 00:46:34 -0800 Message-ID: X-Mailer: git-send-email 2.11.0.rc2.dirty MIME-Version: 1.0 Subject: [PATCH 0/2] gettext: fix formatting issues X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 08:46:42 -0000 Content-Type: text/plain The following changes since commit def3800c7e58d9d1b54ea1df27b190a0f6d1d544: layer.conf: bump version for change in eSDK selftest behaviour (2017-02-19 09:38:59 -0800) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/gettext http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/gettext Robert Yang (2): gettext: fix formatting issues security_flags.inc: let gettext be secure meta/conf/distro/include/security_flags.inc | 1 - ...atement.c-timsort.h-fix-formatting-issues.patch | 87 ++++++++++++++++++++++ meta/recipes-core/gettext/gettext_0.19.8.1.bb | 1 + 3 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/cr-statement.c-timsort.h-fix-formatting-issues.patch -- 2.11.0.rc2.dirty