diff options
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/daemonize/daemonize_git.bb | 2 |
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 @@ | |||
1 | SUMMARY = "A tool to run a command as a daemon" | 1 | SUMMARY = "A tool to run a command as a daemon" |
2 | HOMEPAGE = "http://software.clapper.org/daemonize/" | 2 | HOMEPAGE = "http://software.clapper.org/daemonize/" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f" |
5 | PV = "1.7.8" | 5 | PV = "1.7.8" |
6 | 6 | ||