diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-28 01:30:22 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:15 +0000 |
| commit | 3fbe386ad78f6abce7b3b0bee2b34b23ac38819f (patch) | |
| tree | 9fbc0f9e3ee3e1a30154099995db24232853a125 /meta | |
| parent | e692278edb7edf72351527e73a25c68944c64300 (diff) | |
| download | poky-3fbe386ad78f6abce7b3b0bee2b34b23ac38819f.tar.gz | |
libxp: upgrade from 1.0.0 to 1.0.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxp_1.0.0.bb | 18 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxp_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxp_1.0.0.bb deleted file mode 100644 index 5b412eced5..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxp_1.0.0.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | require xorg-lib-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X Printing Extension (Xprint) client library" | ||
| 4 | |||
| 5 | LICENSE = "MIT & MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=329e54eb6793b3d4830a4f6f1ca16e3f \ | ||
| 7 | file://src/XpPage.c;beginline=2;endline=37;md5=886b68ac3721003d54abfbd82bafc5ad" | ||
| 8 | |||
| 9 | DEPENDS += "libxext libxau printproto" | ||
| 10 | PR = "r1" | ||
| 11 | PE = "1" | ||
| 12 | |||
| 13 | XORG_PN = "libXp" | ||
| 14 | |||
| 15 | CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "0f4ac39108c1ae8c443cdfac259b58fa" | ||
| 18 | SRC_URI[sha256sum] = "7e64b1550ce85b05762e960459ac676a0406c786756b200ff29c57f84bce9cae" | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb new file mode 100644 index 0000000000..a8461a9a02 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | require xorg-lib-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X Printing Extension (Xprint) client library" | ||
| 4 | |||
| 5 | LICENSE = "MIT & MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9504a1264f5ddd4949254a57c0f8d6bb \ | ||
| 7 | file://src/XpPage.c;beginline=2;endline=35;md5=2b7d3d2ba5505b19271cf31b6918997e" | ||
| 8 | |||
| 9 | DEPENDS += "libxext libxau printproto" | ||
| 10 | PR = "r0" | ||
| 11 | PE = "1" | ||
| 12 | |||
| 13 | XORG_PN = "libXp" | ||
| 14 | |||
| 15 | CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "7ae1d63748e79086bd51a633da1ff1a9" | ||
| 18 | SRC_URI[sha256sum] = "71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2" | ||
