]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: remove license.html from LIC_FILES_CHKSUM
authorPhil Blundell <philb@gnu.org>
Mon, 29 Oct 2012 17:36:37 +0000 (17:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Oct 2012 11:03:02 +0000 (11:03 +0000)
This is a generated file and gets removed by "make clean" which then
causes subsequent rebuilds to fail.  Also, the content in this file
is taken verbatim from COPYING (which is already in LIC_FILES_CHKSUM)
so checking it for a second time doesn't accomplish much.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/polkit/polkit_0.104.bb

index 52e6618ab09338bff008c5f871b6b5f815410ebe..67c375ae92e11dbd70b55ff2521447b58be639a4 100644 (file)
@@ -3,8 +3,7 @@ DESCRIPTION = "The polkit package is an application-level toolkit for defining a
 HOMEPAGE = "http://code.google.com/p/polkit/"
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
-                    file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \
-                    file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
+                    file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4"
 
 DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub"