diff options
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb index f56e106ee1..1805dae772 100644 --- a/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb | |||
@@ -13,7 +13,7 @@ independent of any particular user interface policy or style." | |||
13 | require xorg-lib-common.inc | 13 | require xorg-lib-common.inc |
14 | 14 | ||
15 | LICENSE = "MIT & MIT" | 15 | LICENSE = "MIT & MIT" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=73d55cea4d27ca1a09a5d23378b3ecf8" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=d6e9ca2c4b2276625afe025b0a2a4d8c" |
17 | 17 | ||
18 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" | 18 | DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp" |
19 | PROVIDES = "xt" | 19 | PROVIDES = "xt" |
@@ -21,11 +21,11 @@ PROVIDES = "xt" | |||
21 | PE = "1" | 21 | PE = "1" |
22 | 22 | ||
23 | XORG_PN = "libXt" | 23 | XORG_PN = "libXt" |
24 | XORG_EXT = "tar.bz2" | 24 | XORG_EXT = "tar.xz" |
25 | 25 | ||
26 | SRC_URI += "file://libxt_fix_for_x32.patch" | 26 | SRC_URI += "file://libxt_fix_for_x32.patch" |
27 | 27 | ||
28 | SRC_URI[sha256sum] = "679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60" | 28 | SRC_URI[sha256sum] = "52820b3cdb827d08dc90bdfd1b0022a3ad8919b57a39808b12591973b331bf91" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
31 | 31 | ||