diff options
-rw-r--r-- | meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb b/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb index bb59845196..5c1c151591 100644 --- a/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb +++ b/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb | |||
@@ -8,7 +8,7 @@ sophisticated "behind the scenes" with better support for multiple threads \ | |||
8 | and flexibility for different log destinations (e.g. syslog and systemd \ | 8 | and flexibility for different log destinations (e.g. syslog and systemd \ |
9 | journal)." | 9 | journal)." |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "BSD" | 11 | LICENSE = "BSD-2-Clause" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=63fe03535d83726f5655072502bef1bc" |
13 | SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz" | 13 | SRC_URI = "http://download.rsyslog.com/${BPN}/${BPN}-${PV}.tar.gz" |
14 | 14 | ||