diff options
| author | Kai Kang <kai.kang@windriver.com> | 2022-12-29 21:11:46 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-31 17:08:29 +0000 |
| commit | 3ccc52dad67faa14c003f069f54ca6e6fa1481d2 (patch) | |
| tree | a945f893feb9976a0a177a190cd717fb596ece08 | |
| parent | 3f07d77ab16647963ac4ba1cb23236fc0737110c (diff) | |
| download | poky-3ccc52dad67faa14c003f069f54ca6e6fa1481d2.tar.gz | |
libx11: 1.8.1 -> 1.8.3
Update libx11 from 1.8.1 to 1.8.3.
* add LICENSE 'ISC' which is added by
https://github.com/freedesktop/xorg-libX11/commit/a04b84f0
* adjust the ordering according to
https://www.openembedded.org/wiki/Styleguide#Ordering_and_grouping
(From OE-Core rev: e13f651f73db0f26f4645447ab5fa17e36d1903b)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb (renamed from meta/recipes-graphics/xorg-lib/libx11_1.8.1.bb) | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb index 9ff196c897..06519df5da 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.8.1.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb | |||
| @@ -6,31 +6,29 @@ basic functions of the window system." | |||
| 6 | 6 | ||
| 7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" | 9 | LICENSE = "MIT & BSD-1-Clause & HPND & HPND-sell-variant & ISC" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=1d49cdd2b386c5db11ec636d680b7116" | ||
| 10 | 11 | ||
| 11 | PE = "1" | 12 | DEPENDS += "xorgproto \ |
| 13 | xtrans \ | ||
| 14 | libxcb \ | ||
| 15 | xorgproto-native \ | ||
| 16 | autoconf-archive \ | ||
| 17 | " | ||
| 12 | 18 | ||
| 13 | # temporarily override SRC_URI which is hard-coded in xorg-lib-common.inc | 19 | PROVIDES = "virtual/libx11" |
| 14 | # since new versions of packages use a new compression format - .tar.gz | ||
| 15 | SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.xz" | ||
| 16 | 20 | ||
| 17 | SRC_URI += "file://disable_tests.patch \ | 21 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" |
| 18 | file://0001-fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch \ | ||
| 19 | " | ||
| 20 | SRC_URI[sha256sum] = "1bc41aa1bbe01401f330d76dfa19f386b79c51881c7bbfee9eb4e27f22f2d9f7" | ||
| 21 | 22 | ||
| 22 | PROVIDES = "virtual/libx11" | 23 | PE = "1" |
| 23 | 24 | ||
| 24 | XORG_PN = "libX11" | 25 | XORG_PN = "libX11" |
| 25 | LICENSE = "MIT & MIT & BSD-1-Clause & HPND & HPND-sell-variant" | ||
| 26 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | ||
| 27 | 26 | ||
| 28 | DEPENDS += "xorgproto \ | 27 | SRC_URI += "file://disable_tests.patch \ |
| 29 | xtrans \ | 28 | " |
| 30 | libxcb \ | 29 | SRC_URI[sha256sum] = "e31565c84006b6b8e01dc9399c806085739710bc2db2e0930f1511ed9d6585bd" |
| 31 | xorgproto-native \ | 30 | |
| 32 | autoconf-archive \ | 31 | inherit gettext |
| 33 | " | ||
| 34 | 32 | ||
| 35 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" | 33 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" |
| 36 | EXTRA_OEMAKE += 'CWARNFLAGS=""' | 34 | EXTRA_OEMAKE += 'CWARNFLAGS=""' |
| @@ -40,8 +38,6 @@ PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" | |||
| 40 | 38 | ||
| 41 | PACKAGES =+ "${PN}-xcb" | 39 | PACKAGES =+ "${PN}-xcb" |
| 42 | 40 | ||
| 43 | inherit gettext | ||
| 44 | |||
| 45 | FILES:${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt" | 41 | FILES:${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt" |
| 46 | FILES:${PN}-xcb += "${libdir}/libX11-xcb.so.*" | 42 | FILES:${PN}-xcb += "${libdir}/libX11-xcb.so.*" |
| 47 | FILES:${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" | 43 | FILES:${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" |
