mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
libxp: upgrade from 1.0.0 to 1.0.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
e692278edb
commit
3fbe386ad7
@@ -1,18 +0,0 @@
|
|||||||
require xorg-lib-common.inc
|
|
||||||
|
|
||||||
DESCRIPTION = "X Printing Extension (Xprint) client library"
|
|
||||||
|
|
||||||
LICENSE = "MIT & MIT-style"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=329e54eb6793b3d4830a4f6f1ca16e3f \
|
|
||||||
file://src/XpPage.c;beginline=2;endline=37;md5=886b68ac3721003d54abfbd82bafc5ad"
|
|
||||||
|
|
||||||
DEPENDS += "libxext libxau printproto"
|
|
||||||
PR = "r1"
|
|
||||||
PE = "1"
|
|
||||||
|
|
||||||
XORG_PN = "libXp"
|
|
||||||
|
|
||||||
CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "0f4ac39108c1ae8c443cdfac259b58fa"
|
|
||||||
SRC_URI[sha256sum] = "7e64b1550ce85b05762e960459ac676a0406c786756b200ff29c57f84bce9cae"
|
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
require xorg-lib-common.inc
|
||||||
|
|
||||||
|
DESCRIPTION = "X Printing Extension (Xprint) client library"
|
||||||
|
|
||||||
|
LICENSE = "MIT & MIT-style"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9504a1264f5ddd4949254a57c0f8d6bb \
|
||||||
|
file://src/XpPage.c;beginline=2;endline=35;md5=2b7d3d2ba5505b19271cf31b6918997e"
|
||||||
|
|
||||||
|
DEPENDS += "libxext libxau printproto"
|
||||||
|
PR = "r0"
|
||||||
|
PE = "1"
|
||||||
|
|
||||||
|
XORG_PN = "libXp"
|
||||||
|
|
||||||
|
CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "7ae1d63748e79086bd51a633da1ff1a9"
|
||||||
|
SRC_URI[sha256sum] = "71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2"
|
||||||
Reference in New Issue
Block a user