diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:33 +0000 |
commit | b8feee3cf21f70ba4ec3b822d2f596d4fc02a292 (patch) | |
tree | 9fe3b457ef5d9abd4f4e3fad460af208ec3782fb /meta/recipes-connectivity/ppp | |
parent | 4be5a258872f4d8b94a6215a455e7bd992db17f5 (diff) | |
download | openembedded-core-b8feee3cf21f70ba4ec3b822d2f596d4fc02a292.tar.gz openembedded-core-b8feee3cf21f70ba4ec3b822d2f596d4fc02a292.tar.bz2 openembedded-core-b8feee3cf21f70ba4ec3b822d2f596d4fc02a292.zip |
Replace one-line DESCRIPTION with SUMMARY
A lot of our recipes had short one-line DESCRIPTION values and no
SUMMARY value set. In this case it's much better to just set SUMMARY
since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY
is at least useful. I also took the opportunity to fix up a lot of the
new SUMMARY values, making them concisely explain the function of the
recipe / package where possible.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/ppp')
-rw-r--r-- | meta/recipes-connectivity/ppp/ppp_2.4.5.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb index e951068181..52bab4fc43 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.5.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.5.bb @@ -81,11 +81,11 @@ FILES_${PN}-minconn = "${libdir}/pppd/${PV}/minconn.so" FILES_${PN}-password = "${libdir}/pppd/${PV}/pass*.so" FILES_${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so" FILES_${PN}-tools = "${sbindir}/pppstats ${sbindir}/pppdump" -DESCRIPTION_${PN}-oa = "Plugin for PPP needed for PPP-over-ATM" -DESCRIPTION_${PN}-oe = "Plugin for PPP needed for PPP-over-Ethernet" -DESCRIPTION_${PN}-radius = "Plugin for PPP that are related to RADIUS" -DESCRIPTION_${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows" -DESCRIPTION_${PN}-minconn = "Plugin for PPP to specify a minimum connect time before the idle timeout applies" -DESCRIPTION_${PN}-password = "Plugin for PPP to get passwords via a pipe" -DESCRIPTION_${PN}-l2tp = "Plugin for PPP for l2tp support" -DESCRIPTION_${PN}-tools = "The pppdump and pppstats utitilities" +SUMMARY_${PN}-oa = "Plugin for PPP for PPP-over-ATM support" +SUMMARY_${PN}-oe = "Plugin for PPP for PPP-over-Ethernet support" +SUMMARY_${PN}-radius = "Plugin for PPP for RADIUS support" +SUMMARY_${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows" +SUMMARY_${PN}-minconn = "Plugin for PPP to set a delay before the idle timeout applies" +SUMMARY_${PN}-password = "Plugin for PPP to get passwords via a pipe" +SUMMARY_${PN}-l2tp = "Plugin for PPP for l2tp support" +SUMMARY_${PN}-tools = "Additional tools for the PPP package" |