[oe-commits] Armin Kuster : lz4: fix QA issue

git at git.openembedded.org git at git.openembedded.org
Mon Apr 20 15:22:16 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e2066fec168cc3b5d44c24e087761afad70825b6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e2066fec168cc3b5d44c24e087761afad70825b6

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr 19 14:45:56 2015 -0700

lz4: fix QA issue

WARNING: Could not copy license file

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/lz4/lz4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
index ee5de0a..0b0c632 100644
--- a/meta/recipes-support/lz4/lz4.bb
+++ b/meta/recipes-support/lz4/lz4.bb
@@ -2,7 +2,7 @@ SUMMARY = "Extremely Fast Compression algorithm"
 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
 
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
+LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
 
 SRCREV = "5780864c0ce08622238a267c46fb489d7066cad4"
 



More information about the Openembedded-commits mailing list