diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:41:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-23 12:53:22 +0200 |
commit | 29e99a67da917efe3f7c41a4701fa78334ab4df5 (patch) | |
tree | 48f76e8e6b4dc2fe986c1553f550a2940a7bd741 /meta-oe/recipes-support/log4cpp | |
parent | fca75f1219aa4a4648d7c7d16d43f2d84c4bbef9 (diff) | |
download | meta-openembedded-29e99a67da917efe3f7c41a4701fa78334ab4df5.tar.gz |
vpnc, arptables, lirc, debootstrap, log4cpp, python-ldap: drop unused variable PRIORITY
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/log4cpp')
-rw-r--r-- | meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb index dba4fa07a..a54304416 100644 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." | 1 | DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations." |
2 | HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/log4cpp/" |
3 | PRIORITY = "optional" | ||
4 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
6 | 5 | ||