summaryrefslogtreecommitdiff
path: root/package/log4cpp
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-11 18:14:59 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-11 23:52:39 +0200
commit6e58dc74d7f804e2ca17003c5ded9d62e5f18419 (patch)
treefae5798c86504f0f3f6e5371716f3a5afff87a54 /package/log4cpp
parent169d1632d59bc0ddf32e5e5b538c8f5099467064 (diff)
package/log4cpp: fix legal-info
The source code files are stored in log4cpp/. Apparently LOG4CPP_LICENSE_FILES does not take LOG4CPP_SUBDIR into account so we need to fix LOG4CPP_LICENSE_FILES itself. Fixes http://autobuild.buildroot.net/results/a80/a80e83ca58b22afedb8f2573513d373913c6a488/ http://autobuild.buildroot.net/results/9eb/9ebb2ed5171d5a1be2db06497a210e552bfad078/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/log4cpp')
-rwxr-xr-xpackage/log4cpp/log4cpp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/log4cpp/log4cpp.mk b/package/log4cpp/log4cpp.mk
index 18cc6c8d46..24f9a0ddd3 100755
--- a/package/log4cpp/log4cpp.mk
+++ b/package/log4cpp/log4cpp.mk
@@ -11,7 +11,7 @@ LOG4CPP_SITE = http://downloads.sourceforge.net/project/log4cpp/log4cpp-1.1.x%20
LOG4CPP_SUBDIR = log4cpp
# The "or later" is indicated in the HTML documentation
LOG4CPP_LICENSE = LGPLv2.1+
-LOG4CPP_LICENSE_FILES = COPYING
+LOG4CPP_LICENSE_FILES = log4cpp/COPYING
LOG4CPP_INSTALL_STAGING = YES
# The default <pkg>_CONFIG_SCRIPTS handling does not apply