mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
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>
12 lines
321 B
BlitzBasic
12 lines
321 B
BlitzBasic
SUMMARY = "A simple PolicyKit authentication agent for XFCE"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=758b03f872a88c99fc36d50c5932091c"
|
|
|
|
DEPENDS = "libxfce4ui polkit"
|
|
|
|
inherit xfce-app
|
|
|
|
SRC_URI = "git://github.com/ncopa/${BPN}.git"
|
|
SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283"
|
|
S = "${WORKDIR}/git"
|