diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-05-02 01:17:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-06 12:40:24 +0200 |
commit | 76329396699ef173267d8534f05c3271e741bb06 (patch) | |
tree | 27c63334778f5b76c8d2a2b26690c9b0311b0e1e | |
parent | b86f2fac9534421a2ea81d2397e187b2c2d833a8 (diff) | |
download | meta-openembedded-76329396699ef173267d8534f05c3271e741bb06.tar.gz |
xfce-polkit: fix warning not able to copy license
COPYING is a link on LICENSE. It seems that cause the warning so use LICENSE.
Fixes:
| WARNING: xfce-polkit-0.2-r0 do_populate_lic: Could not copy license file /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/xfce-polkit/0.2-r0/git/COPYING to /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/xfce-polkit/0.2-r0/license-destdir/xfce-polkit/COPYING: [Errno 2] No such file or directory: '/home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-angstrom-linux-gnueabi/xfce-polkit/0.2-r0/license-destdir/xfce-polkit/COPYING'
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb index ab720f8e4..1fb4a5be2 100644 --- a/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb +++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A simple PolicyKit authentication agent for XFCE" | 1 | SUMMARY = "A simple PolicyKit authentication agent for XFCE" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=758b03f872a88c99fc36d50c5932091c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=758b03f872a88c99fc36d50c5932091c" |
4 | 4 | ||
5 | DEPENDS = "libxfce4ui polkit" | 5 | DEPENDS = "libxfce4ui polkit" |
6 | 6 | ||