diff options
Diffstat (limited to 'meta-networking/recipes-protocols/pptp-linux')
-rw-r--r-- | meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb index c173af434..6a90578bc 100644 --- a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb +++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "Client for Microsoft PPTP VPNs" | 1 | SUMMARY = "Client for Microsoft PPTP VPNs" |
2 | DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \ | 2 | DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \ |
3 | and OpenBSD client for the proprietary Microsoft Point-to-Point \ | 3 | and OpenBSD client for the proprietary Microsoft Point-to-Point \ |
4 | Tunneling Protocol, PPTP. Allows connection to a PPTP based \ | 4 | Tunneling Protocol, PPTP. Allows connection to a PPTP based \ |
5 | Virtual Private Network (VPN) as used by employers and some \ | 5 | Virtual Private Network (VPN) as used by employers and some \ |
6 | cable and ADSL internet service providers." | 6 | cable and ADSL internet service providers." |
7 | HOMEPAGE = "http://pptpclient.sourceforge.net" | 7 | HOMEPAGE = "http://pptpclient.sourceforge.net" |
8 | SECTION = "network" | 8 | SECTION = "network" |
9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
@@ -14,7 +14,7 @@ PR = "r1" | |||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \ |
15 | file://options.pptp \ | 15 | file://options.pptp \ |
16 | file://fix-parallel-build.patch \ | 16 | file://fix-parallel-build.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "4c3d19286a37459a632c7128c92a9857" | 19 | SRC_URI[md5sum] = "4c3d19286a37459a632c7128c92a9857" |
20 | SRC_URI[sha256sum] = "e98ae0065d2a39fa3131654ff28cb7070e996f668ed6d0e7d9a445b8d37694bc" | 20 | SRC_URI[sha256sum] = "e98ae0065d2a39fa3131654ff28cb7070e996f668ed6d0e7d9a445b8d37694bc" |
@@ -22,10 +22,10 @@ SRC_URI[sha256sum] = "e98ae0065d2a39fa3131654ff28cb7070e996f668ed6d0e7d9a445b8d3 | |||
22 | S = "${WORKDIR}/pptp-${PV}" | 22 | S = "${WORKDIR}/pptp-${PV}" |
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 | 25 | install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 |
26 | install -m 555 pptp ${D}${sbindir} | 26 | install -m 555 pptp ${D}${sbindir} |
27 | install -m 644 pptp.8 ${D}${mandir}/man8 | 27 | install -m 644 pptp.8 ${D}${mandir}/man8 |
28 | install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp | 28 | install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp |
29 | } | 29 | } |
30 | 30 | ||
31 | RDEPENDS_${PN} = "ppp" | 31 | RDEPENDS_${PN} = "ppp" |