summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-26 11:08:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:58:12 +0100
commit4030274eceaf0b95cac5c54c55c3f91ef45fa9b4 (patch)
tree0e4deb4e7b8f0af6d3493ba24e605a1eb85c8fdf /meta/recipes-extended/cups
parent179b7ae2511974173ae4aa72dfb49384ff69c2e5 (diff)
downloadopenembedded-core-contrib-4030274eceaf0b95cac5c54c55c3f91ef45fa9b4.tar.gz
cups: don't change permissions of /var/run/cups/certs in do_package
This directory is deleted by do_install, so luckily the lack of error checking meant this didn't break. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index c3fa45941c..38d90b5ea9 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -79,13 +79,6 @@ do_install () {
fi
}
-python do_package_append() {
- import subprocess
- # Change permissions back the way they were, they probably had a reason...
- workdir = d.getVar('WORKDIR')
- subprocess.call('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir, shell=True)
-}
-
PACKAGES =+ "${PN}-lib ${PN}-libimage"
RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}"