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 6F5247840F for ; Fri, 28 Jul 2017 07:20:39 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id v6S7KfUC003167 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 28 Jul 2017 00:20:41 -0700 (PDT) Received: from pek-hostel-deb01.wrs.com (128.224.153.151) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Fri, 28 Jul 2017 00:20:40 -0700 From: To: Date: Fri, 28 Jul 2017 15:20:15 +0800 Message-ID: X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Subject: [meta-networking][PATCH 0/2] openl2tp: several fixes 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: Fri, 28 Jul 2017 07:20:40 -0000 Content-Type: text/plain From: Jackie Huang --- The following changes since commit a8b54e300be027fefe8a774ca1861d0fb8e80d99: pidgin-otr: unblacklist (2017-07-24 18:58:55 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib.git jhuang0/r_up_openl2tp_170728_0 http://git.pokylinux.org/cgit.cgi//log/?h=jhuang0/r_up_openl2tp_170728_0 Jackie Huang (2): openl2tp: add LGPL-2.1 license openl2tp: add init script and systemd support .../openl2tpd-initscript-fix-sysconfig.patch | 35 ++++++++++++++++ .../openl2tpd-initscript-fix-warning.patch | 32 ++++++++++++++ .../openl2tp/openl2tpd-initscript-fix.patch | 49 ++++++++++++++++++++++ .../openl2tp/openl2tp/openl2tpd.service | 17 ++++++++ .../recipes-protocols/openl2tp/openl2tp_1.8.bb | 40 ++++++++++++++++-- 5 files changed, 170 insertions(+), 3 deletions(-) create mode 100644 meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix-sysconfig.patch create mode 100644 meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix-warning.patch create mode 100644 meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix.patch create mode 100644 meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service -- 2.11.0