diff options
author | Phil Blundell <philb@gnu.org> | 2012-10-29 17:36:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-30 11:06:37 +0000 |
commit | cecba78331176ae1690fd3f801b0392ff78fff25 (patch) | |
tree | 6c4b3717811016c0bdb733531e43d3140c9832f4 | |
parent | 93c04c16e45a3c8f60f8ffc0b26a78c24bda71da (diff) | |
download | poky-cecba78331176ae1690fd3f801b0392ff78fff25.tar.gz |
polkit: remove license.html from LIC_FILES_CHKSUM
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.
(From OE-Core rev: df7817649cc62bfef04a5c1aab97f7964e6bd76c)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/polkit/polkit_0.104.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 52e6618ab0..67c375ae92 100644 --- a/meta/recipes-extended/polkit/polkit_0.104.bb +++ b/meta/recipes-extended/polkit/polkit_0.104.bb | |||
@@ -3,8 +3,7 @@ DESCRIPTION = "The polkit package is an application-level toolkit for defining a | |||
3 | HOMEPAGE = "http://code.google.com/p/polkit/" | 3 | HOMEPAGE = "http://code.google.com/p/polkit/" |
4 | LICENSE = "LGPLv2+" | 4 | LICENSE = "LGPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ |
6 | file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \ | 6 | file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4" |
7 | file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38" | ||
8 | 7 | ||
9 | DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub" | 8 | DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub" |
10 | 9 | ||