mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
cups: update to 1.4.6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -25,7 +25,7 @@ EXTRA_OECONF = " \
|
|||||||
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export DSOFLAGS="${LDFLAGS}"
|
export DSOFLAGS="${LDFLAGS}"
|
||||||
gnu-configize
|
gnu-configize
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
oe_runconf
|
oe_runconf
|
||||||
@@ -45,11 +45,11 @@ do_compile () {
|
|||||||
"-I."
|
"-I."
|
||||||
}
|
}
|
||||||
|
|
||||||
fakeroot do_install () {
|
do_install () {
|
||||||
oe_runmake "DSTROOT=${D}" install
|
oe_runmake "DSTROOT=${D}" install
|
||||||
|
|
||||||
# This directory gets installed with perms 511, which makes packaging fail
|
# This directory gets installed with perms 511, which makes packaging fail
|
||||||
chmod 0711 "${D}/${localstatedir}/run/cups/certs"
|
chmod 0711 "${D}/${localstatedir}/run/cups/certs"
|
||||||
}
|
}
|
||||||
|
|
||||||
python do_package_append() {
|
python do_package_append() {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
require cups14.inc
|
require cups14.inc
|
||||||
|
|
||||||
|
DEPENDS += "virtual/libusb0"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
@@ -8,12 +10,9 @@ SRC_URI += " \
|
|||||||
file://configure.patch \
|
file://configure.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "8776403ad60fea9e85eab9c04d88560d"
|
SRC_URI[md5sum] = "de8fb5a29c36554925c0c6a6e2c0dae1"
|
||||||
SRC_URI[sha256sum] = "d25ffa35add3abeeec0eba60be2cffc89425b649c64ef3a73dfc724683a59aa3"
|
SRC_URI[sha256sum] = "f08711702a77b52c7150f96fe1f45482f6151cb95ef601268c528607fe6ad514"
|
||||||
|
|
||||||
PR = "r2"
|
EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
DEPENDS += "virtual/libusb0"
|
|
||||||
EXTRA_OECONF += " --disable-gssapi --disable-largefile --enable-debug --disable-relro --enable-libusb"
|
|
||||||
CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"
|
CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"
|
||||||
Reference in New Issue
Block a user