mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
rp-pppoe: move from meta-oe to meta-networking and tweak
* Move packaging definitions to the end * Move SRC_URI checksums next to SRC_URI * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
037be68e54
commit
f40bce4363
|
|
@ -1,11 +1,9 @@
|
|||
DESCRIPTION = "A user-mode PPPoE client and server suite for Linux"
|
||||
SUMMARY = "A user-mode PPPoE client and server suite for Linux"
|
||||
HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581"
|
||||
RDEPENDS_${PN} = "ppp"
|
||||
RDEPENDS_${PN}-server = "${PN}"
|
||||
RRECOMMENDS_${PN} = "ppp-oe"
|
||||
|
||||
PR = "r9"
|
||||
|
||||
SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \
|
||||
|
|
@ -19,6 +17,9 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \
|
|||
file://pppoe-server.default \
|
||||
file://pppoe-server.init"
|
||||
|
||||
SRC_URI[md5sum] = "0e32760f498f9cde44081ee6aafc823b"
|
||||
SRC_URI[sha256sum] = "d916e9cfe1e62395f63a5361936fa855f6d0f0a37dc7227b394cdb725f553479"
|
||||
|
||||
inherit autotools update-rc.d
|
||||
|
||||
do_install() {
|
||||
|
|
@ -57,6 +58,7 @@ INITSCRIPT_PACKAGES = "${PN}-server"
|
|||
INITSCRIPT_NAME_${PN}-server = "pppoe-server"
|
||||
INITSCRIPT_PARAMS_${PN}-server = "defaults 92 8"
|
||||
|
||||
RDEPENDS_${PN} = "ppp"
|
||||
RDEPENDS_${PN}-server = "${PN}"
|
||||
RRECOMMENDS_${PN} = "ppp-oe"
|
||||
|
||||
SRC_URI[md5sum] = "0e32760f498f9cde44081ee6aafc823b"
|
||||
SRC_URI[sha256sum] = "d916e9cfe1e62395f63a5361936fa855f6d0f0a37dc7227b394cdb725f553479"
|
||||
Loading…
Reference in New Issue
Block a user