summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-22 14:19:10 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-24 01:01:43 -0700
commit6c52b25be9443403653e2c2c8e8a9c6c48e791c1 (patch)
treed8b6865eb90b48eb54b0fdb8ee82f6912bec3ac1
parent8e33a44074310d60ae00281a69fe56f98088f20e (diff)
downloadmeta-openembedded-6c52b25be9443403653e2c2c8e8a9c6c48e791c1.tar.gz
ptpd: Clarify BSD license variant
The License of ptpd is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb2
1 files changed, 1 insertions, 1 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 58625c8090..2bd642706d 100644
--- a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
+++ b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
@@ -5,7 +5,7 @@ and PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very p
5time coordination of LAN connected computers." 5time coordination of LAN connected computers."
6HOMEPAGE = "http://sourceforge.net/projects/ptpd" 6HOMEPAGE = "http://sourceforge.net/projects/ptpd"
7SECTION = "net" 7SECTION = "net"
8LICENSE = "BSD" 8LICENSE = "BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://README;md5=0733e1b3788ab2ebbc63bf33a020da1d" 9LIC_FILES_CHKSUM = "file://README;md5=0733e1b3788ab2ebbc63bf33a020da1d"
10 10
11DEPENDS = "libpcap" 11DEPENDS = "libpcap"