mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
hplip: update to 3.23.12
See: https://developers.hp.com/hp-linux-imaging-and-printing/release_notes Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
f4cd68343f
commit
f698b9c8a8
@@ -6,12 +6,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hplip
|
PKG_NAME:=hplip
|
||||||
PKG_VERSION:=3.21.6
|
PKG_VERSION:=3.23.12
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/hplip
|
PKG_SOURCE_URL:=@SF/hplip
|
||||||
PKG_HASH:=cc3360d3d913684fb080db97a434b04be45e2cef23cc5bc4cbc5f64b0c5e7bca
|
PKG_HASH:=a76c2ac8deb31ddb5f0da31398d25ac57440928a0692dcb060a48daa718e69ed
|
||||||
|
|
||||||
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0 GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0 GPL-2.0-or-later
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
libhpmud_la_LDFLAGS += -lusb-1.0
|
libhpmud_la_LDFLAGS += -lusb-1.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -363,7 +363,7 @@ hpmudext_la_CFLAGS += -Iprotocol/discove
|
@@ -365,7 +365,7 @@ hpmudext_la_CFLAGS += -Iprotocol/discove
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !LIBUSB01_BUILD
|
if !LIBUSB01_BUILD
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ memcpy should never be used with overlapping memory regions
|
|||||||
|
|
||||||
--- a/io/hpmud/musb.c
|
--- a/io/hpmud/musb.c
|
||||||
+++ b/io/hpmud/musb.c
|
+++ b/io/hpmud/musb.c
|
||||||
@@ -775,7 +775,7 @@ static int device_id(int fd, unsigned ch
|
@@ -776,7 +776,7 @@ static int device_id(int fd, unsigned ch
|
||||||
len = size-1; /* leave byte for zero termination */
|
len = size-1; /* leave byte for zero termination */
|
||||||
if (len > 2)
|
if (len > 2)
|
||||||
len -= 2;
|
len -= 2;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
then
|
then
|
||||||
echo $FLAGS
|
echo $FLAGS
|
||||||
fi
|
fi
|
||||||
@@ -659,7 +659,7 @@ if test "$class_driver" = "no" && test "
|
@@ -668,7 +668,7 @@ if test "$class_driver" = "no" && test "
|
||||||
AS_IF([test "x$FOUND_HEADER" != "xyes"],
|
AS_IF([test "x$FOUND_HEADER" != "xyes"],
|
||||||
[AC_MSG_ERROR([cannot find python-devel support], 6)])
|
[AC_MSG_ERROR([cannot find python-devel support], 6)])
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user