diff options
-rw-r--r-- | meta/recipes-extended/cups/cups14.inc | 1 | ||||
-rw-r--r-- | meta/recipes-extended/cups/cups_1.4.6.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups14.inc b/meta/recipes-extended/cups/cups14.inc index 85d8ca232f..9cae33c5b6 100644 --- a/meta/recipes-extended/cups/cups14.inc +++ b/meta/recipes-extended/cups/cups14.inc | |||
@@ -54,6 +54,7 @@ fakeroot do_install () { | |||
54 | 54 | ||
55 | # This directory gets installed with perms 511, which makes packaging fail | 55 | # This directory gets installed with perms 511, which makes packaging fail |
56 | chmod 0711 "${D}/${localstatedir}/run/cups/certs" | 56 | chmod 0711 "${D}/${localstatedir}/run/cups/certs" |
57 | rmdir ${D}/${libdir}/${BPN}/driver | ||
57 | } | 58 | } |
58 | 59 | ||
59 | python do_package_append() { | 60 | python do_package_append() { |
diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes-extended/cups/cups_1.4.6.bb index ec555d791d..98251380da 100644 --- a/meta/recipes-extended/cups/cups_1.4.6.bb +++ b/meta/recipes-extended/cups/cups_1.4.6.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require cups14.inc | 1 | require cups14.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | DEPENDS += "libusb \ | 4 | DEPENDS += "libusb \ |
5 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 5 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
6 | 6 | ||