aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb
diff options
context:
space:
mode:
authorJesse Zhang <sen.zhang@windriver.com>2013-02-28 10:14:02 +0800
committerJoe MacDonald <joe.macdonald@windriver.com>2013-03-18 15:13:52 -0400
commitb6070c7f7a42f8a64a7d744a8efe58608843dbcb (patch)
tree0a25935c33699219548c235847304164efa7b66f /meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb
parent032e8ccfb1aa69e394a3da8f139782b9f1066e7b (diff)
downloadmeta-openembedded-contrib-b6070c7f7a42f8a64a7d744a8efe58608843dbcb.tar.gz
pptp-linux: Add dependency to fix parallel build
Add dependency on the generated config.h file for pptp.c and version.c. Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb')
-rw-r--r--meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb6
1 files changed, 4 insertions, 2 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 ac3f8f6647..c173af4340 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
@@ -9,10 +9,12 @@ SECTION = "network"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/pptpclient/pptp-${PV}.tar.gz \
- file://options.pptp"
+ file://options.pptp \
+ file://fix-parallel-build.patch \
+ "
SRC_URI[md5sum] = "4c3d19286a37459a632c7128c92a9857"
SRC_URI[sha256sum] = "e98ae0065d2a39fa3131654ff28cb7070e996f668ed6d0e7d9a445b8d37694bc"