From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id CB3E66D666 for ; Mon, 23 Dec 2019 09:23:42 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.2) with ESMTPS id xBN9NhJx021985 (version=TLSv1 cipher=AES256-SHA bits=256 verify=FAIL) for ; Mon, 23 Dec 2019 01:23:43 -0800 (PST) Received: from pek-lpg-core1.wrs.com (128.224.156.132) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.468.0; Mon, 23 Dec 2019 01:23:42 -0800 From: Robert Yang To: Date: Mon, 23 Dec 2019 17:24:52 +0800 Message-ID: X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [PATCH 0/1] pseudo: Make realpath() remove trailing slashes 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, 23 Dec 2019 09:23:42 -0000 Content-Type: text/plain The following changes since commit d6c62cc0305ab082e990041da104fedb5798e0e4: oeqa: reproducible: Test core-image-sato and core-image-full-cmdline (2019-12-18 10:17:49 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pseudo http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pseudo Robert Yang (1): pseudo: Make realpath() remove trailing slashes .../0001-realpath.c-Remove-trailing-slashes.patch | 57 ++++++++++++++++++++++ meta/recipes-devtools/pseudo/pseudo_git.bb | 1 + 2 files changed, 58 insertions(+) create mode 100644 meta/recipes-devtools/pseudo/files/0001-realpath.c-Remove-trailing-slashes.patch -- 2.7.4