From 87488dc7546ffabc0423cbf977cf007080a52ecd Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 6 May 2016 11:00:52 -0300 Subject: xfce-polkit: fix warning not able to copy license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Martin Jansa Signed-off-by: Otavio Salvador Signed-off-by: Armin Kuster --- meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ SUMMARY = "A simple PolicyKit authentication agent for XFCE" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=758b03f872a88c99fc36d50c5932091c" +LIC_FILES_CHKSUM = "file://LICENSE;md5=758b03f872a88c99fc36d50c5932091c" DEPENDS = "libxfce4ui polkit" -- cgit v1.2.3-54-g00ecf