diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-10-29 16:11:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:49:33 +0100 |
commit | 63c8bed20bdb676c5bec423b5e2fc957137bcca1 (patch) | |
tree | 55765a729b79f8725bb7ad2339c7cde4de452789 | |
parent | ae097fd2ea4186e2fe4b299b96e24b8a5bbac6a3 (diff) | |
download | meta-openembedded-63c8bed20bdb676c5bec423b5e2fc957137bcca1.tar.gz |
xfce-polkit: initial add 0.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..ab720f8e41 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "A simple PolicyKit authentication agent for XFCE" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=758b03f872a88c99fc36d50c5932091c" | ||
4 | |||
5 | DEPENDS = "libxfce4ui polkit" | ||
6 | |||
7 | inherit xfce-app | ||
8 | |||
9 | SRC_URI = "git://github.com/ncopa/${BPN}.git" | ||
10 | SRCREV = "6ad1ee833c9e22e4dd72a8f7d54562d046965283" | ||
11 | S = "${WORKDIR}/git" | ||