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 49165794A2 for ; Tue, 2 Oct 2018 21:08:51 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id w92L8E5a002926 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 2 Oct 2018 14:08:25 -0700 Received: from msp-lpggp1.wrs.com (172.25.34.110) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.408.0; Tue, 2 Oct 2018 14:08:03 -0700 From: Mark Hatle To: Date: Tue, 2 Oct 2018 17:08:02 -0400 Message-ID: <20181002210803.189366-1-mark.hatle@windriver.com> X-Mailer: git-send-email 2.16.0.rc2 MIME-Version: 1.0 Subject: [PATCH] Fix relative URI processing for gitsm X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 21:08:51 -0000 Content-Type: text/plain This patch depends on the prior patch set from Laurent Bonnans. Identify and fix relative urls using os.path.join and os.path.realpath. Mark Hatle (1): gitsm: Allow relative URIs when fetching lib/bb/fetch2/gitsm.py | 5 +++++ 1 file changed, 5 insertions(+) -- 1.8.3.1