summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
index be0652dfbd..ed57ea8962 100644
--- a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
+++ b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://README;md5=0733e1b3788ab2ebbc63bf33a020da1d"
10 10
11DEPENDS = "libpcap" 11DEPENDS = "libpcap"
12 12
13inherit autotools pkgconfig systemd 13inherit autotools pkgconfig systemd sourceforge-releases
14 14
15# return something like '1.2.3' or '1.2.3/rc1' 15# return something like '1.2.3' or '1.2.3/rc1'
16# 16#
@@ -32,8 +32,6 @@ SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${@get_sub(d)}/ptp
32SRC_URI[md5sum] = "253bab7ab51d969616ea811be1f132f3" 32SRC_URI[md5sum] = "253bab7ab51d969616ea811be1f132f3"
33SRC_URI[sha256sum] = "0dbf54dd2c178bd9fe62481d2c37513ee36636d8bf137cfdad96891490cdbf93" 33SRC_URI[sha256sum] = "0dbf54dd2c178bd9fe62481d2c37513ee36636d8bf137cfdad96891490cdbf93"
34 34
35UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ptpd/files/releases"
36
37S = "${UNPACKDIR}/ptpd-${PV}" 35S = "${UNPACKDIR}/ptpd-${PV}"
38 36
39EXTRA_OEMAKE = "" 37EXTRA_OEMAKE = ""