summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-17 14:47:03 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:35:32 -0700
commita37c2d00cc21afe1e18f72f303b37a3f74633905 (patch)
treebcd12b306479e1b40aa7582faa37998eec89d06b /meta-oe/recipes-support
parent9673794a4f69a0c58ea5371864dd7f8b649eac70 (diff)
downloadmeta-openembedded-a37c2d00cc21afe1e18f72f303b37a3f74633905.tar.gz
daemonize: Clarify BSD license variant
The License of daemonize is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/daemonize/daemonize_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
index 1e49eefcc..c76632781 100644
--- a/meta-oe/recipes-support/daemonize/daemonize_git.bb
+++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb
@@ -1,6 +1,6 @@
1SUMMARY = "A tool to run a command as a daemon" 1SUMMARY = "A tool to run a command as a daemon"
2HOMEPAGE = "http://software.clapper.org/daemonize/" 2HOMEPAGE = "http://software.clapper.org/daemonize/"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f"
5PV = "1.7.8" 5PV = "1.7.8"
6 6