From: Steffen Sledz <sledz@dresearch-fe.de>
To: openembedded-devel@lists.openembedded.org
Cc: Paul Menzel <paulepanter@users.sourceforge.net>
Subject: Re: [PATCH v2 1/2] ppp-2.4.5: own package for PPPoL2TP plugin
Date: Mon, 04 Jul 2011 12:58:24 +0200 [thread overview]
Message-ID: <4E119CD0.2070607@dresearch-fe.de> (raw)
In-Reply-To: <1309769551.4472.24.camel@mattotaupa>
On 04.07.2011 10:52, Paul Menzel wrote:
> Am Montag, den 04.07.2011, 10:31 +0200 schrieb Steffen Sledz:
>
> Could you please add the following to the commit message before you commit?
>
> Adding that package fixes the following error message.
>
> NOTE: package ppp-2.4.5-r1: task do_qa_staging: Started WARNING: the following files were installed but not shipped in any package: WARNING: /usr/lib/pppd/2.4.5/pppol2tp.so WARNING: /usr/lib/pppd/2.4.5/openl2tp.so
added
>> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> --- recipes/ppp/ppp_2.4.5.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes/ppp/ppp_2.4.5.bb b/recipes/ppp/ppp_2.4.5.bb index 2b6b6f7..883b695 100644 --- a/recipes/ppp/ppp_2.4.5.bb +++ b/recipes/ppp/ppp_2.4.5.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Point-to-Point Protocol (PPP) daemon" HOMEPAGE = "http://samba.org/ppp/" DEPENDS = "libpcap" LICENSE = "BSD GPLv2" -PR = "r1" +PR = "r2" # Not well tested DEFAULT_PREFERENCE = "-1"
>>
>> @@ -49,11 +49,12 @@ do_install_append () { }
>>
>> CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" -PACKAGES =+ "ppp-oa ppp-oe ppp-radius ppp-winbind ppp-minconn ppp-password ppp-tools" +PACKAGES =+ "ppp-oa ppp-l2tp ppp-oe ppp-radius ppp-winbind ppp-minconn ppp-password ppp-tools" FILES_${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd" FILES_${PN}_nylon = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${sbindir}/tdbread" FILES_${PN}-dbg += "${libdir}/pppd/${PV}/.debug" FILES_${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" +FILES_${PN}-l2tp = "${libdir}/pppd/${PV}/pppol2tp.so ${libdir}/pppd/${PV}/openl2tp.so" FILES_${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/rp-pppoe.so" FILES_${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" FILES_${PN}-winbind = "${libdir}/pppd/${PV}/winbind.so" @@ -61,6 +62,7 @@ FILES_${PN}-minconn =
>> "${libdir}/pppd/${PV}/minconn.so" FILES_${PN}-password = "${libdir}/pppd/${PV}/pass*.so" FILES_${PN}-tools = "${sbindir}/pppstats ${sbindir}/pppdump" DESCRIPTION_ppp-oa = "Plugin for PPP needed for PPP-over-ATM" +DESCRIPTION_ppp-l2tp = "Plugin for PPP needed for PPP-over-L2TP" DESCRIPTION_ppp-oe = "Plugin for PPP needed for PPP-over-Ethernet" DESCRIPTION_ppp-radius = "Plugin for PPP that are related to RADIUS" DESCRIPTION_ppp-winbind = "Plugin for PPP to authenticate against Samba or Windows"
>
> Putting these additions one line above would sort it alphabetically, would not it? If yes, it would be nice to fix this too before pushing the commit.
sorted
> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
and pushed
--
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058
next prev parent reply other threads:[~2011-07-04 11:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-30 10:12 Any reasons not to use "newer" ppp? Steffen Sledz
2011-06-30 10:15 ` Phil Blundell
2011-06-30 10:22 ` [PATCH] ppp: 2.4.5 seems to be ready for oe-dev too Steffen Sledz
2011-06-30 17:28 ` Paul Menzel
2011-07-01 6:10 ` Steffen Sledz
2011-07-04 8:31 ` [PATCH v2 1/2] ppp-2.4.5: own package for PPPoL2TP plugin Steffen Sledz
2011-07-04 8:52 ` Paul Menzel
2011-07-04 10:58 ` Steffen Sledz [this message]
2011-07-04 8:31 ` [PATCH v2 2/2] ppp-2.4.5: remove `DP = "-1"` Steffen Sledz
2011-07-04 8:54 ` Paul Menzel
2011-07-04 9:09 ` Steffen Sledz
2011-07-04 10:58 ` Steffen Sledz
2011-07-01 15:39 ` Any reasons not to use "newer" ppp? Steffen Sledz
2011-07-01 15:55 ` Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E119CD0.2070607@dresearch-fe.de \
--to=sledz@dresearch-fe.de \
--cc=openembedded-devel@lists.openembedded.org \
--cc=paulepanter@users.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox