diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-22 14:19:10 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-24 01:01:43 -0700 |
commit | 6c52b25be9443403653e2c2c8e8a9c6c48e791c1 (patch) | |
tree | d8b6865eb90b48eb54b0fdb8ee82f6912bec3ac1 | |
parent | 8e33a44074310d60ae00281a69fe56f98088f20e (diff) | |
download | meta-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.bb | 2 |
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 | |||
5 | time coordination of LAN connected computers." | 5 | time coordination of LAN connected computers." |
6 | HOMEPAGE = "http://sourceforge.net/projects/ptpd" | 6 | HOMEPAGE = "http://sourceforge.net/projects/ptpd" |
7 | SECTION = "net" | 7 | SECTION = "net" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://README;md5=0733e1b3788ab2ebbc63bf33a020da1d" | 9 | LIC_FILES_CHKSUM = "file://README;md5=0733e1b3788ab2ebbc63bf33a020da1d" |
10 | 10 | ||
11 | DEPENDS = "libpcap" | 11 | DEPENDS = "libpcap" |