diff options
author | zhengrq <zhengrq.fnst@cn.fujitsu.com> | 2017-05-18 15:40:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-25 23:35:50 +0100 |
commit | 2c63eded0293f8c7649bba69e5a398b24dc08986 (patch) | |
tree | 39665a6412779b4efd0212266d62266b8e84332c | |
parent | 424ffbde2111130137e307eb9e598ad50451c865 (diff) | |
download | openembedded-core-2c63eded0293f8c7649bba69e5a398b24dc08986.tar.gz openembedded-core-2c63eded0293f8c7649bba69e5a398b24dc08986.tar.bz2 openembedded-core-2c63eded0293f8c7649bba69e5a398b24dc08986.zip |
libx11: 1.6.4 -> 1.6.5
Upgrade libx11 from 1.6.4 to 1.6.5
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.6.4.bb | 10 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.4.bb deleted file mode 100644 index caa95fb48a..0000000000 --- a/meta/recipes-graphics/xorg-lib/libx11_1.6.4.bb +++ /dev/null @@ -1,10 +0,0 @@ -require libx11.inc -inherit gettext - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI += "file://disable_tests.patch \ - " - -SRC_URI[md5sum] = "6d54227082f3aa2c596f0b3a3fbb9175" -SRC_URI[sha256sum] = "b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441" diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb new file mode 100644 index 0000000000..71cbf67a0a --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb @@ -0,0 +1,10 @@ +require libx11.inc +inherit gettext + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += "file://disable_tests.patch \ + " + +SRC_URI[md5sum] = "0f618db70c4054ca67cee0cc156a4255" +SRC_URI[sha256sum] = "4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d" |