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 E069077584 for ; Thu, 22 Dec 2016 09:30:23 +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 uBM9UOoj014362 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK) for ; Thu, 22 Dec 2016 01:30:25 -0800 Received: from pek-hostel-deb02.wrs.com (128.224.153.152) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.294.0; Thu, 22 Dec 2016 01:30:23 -0800 From: To: Date: Thu, 22 Dec 2016 17:28:07 +0800 Message-ID: <20161222092809.13510-2-kai.kang@windriver.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161222092809.13510-1-kai.kang@windriver.com> References: <20161222092809.13510-1-kai.kang@windriver.com> MIME-Version: 1.0 Subject: [PATCH 1/3] openl2tp: update SRC_URI X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 09:30:24 -0000 Content-Type: text/plain From: Kai Kang The original SRC_URI is not valid, so update it with openl2tp official ftp site. Signed-off-by: Kai Kang --- meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 5a63404..67118d8 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb @@ -11,7 +11,7 @@ LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585" DEPENDS = "popt flex readline" -SRC_URI = "http://ftp.jaist.ac.jp/pub/sourceforge/o/op/${PN}/${PN}/${PV}/${BP}.tar.gz \ +SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \ file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \ file://openl2tp-simplify-gcc-warning-hack.patch \ file://Makefile-obey-LDFLAGS.patch \ -- 2.10.1