diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-06 23:41:07 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 14:25:11 -0800 |
| commit | 5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5 (patch) | |
| tree | ecdcd271d2f4a36efc75f57f078d4f364a4156f8 /meta-oe | |
| parent | f95ba6d0742a550c43ede57f04baeb6a6b98538a (diff) | |
| download | meta-openembedded-5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5.tar.gz | |
xbitmaps: upgrade 1.1.2 -> 1.1.3
Changelog:
* Switch to XORG_DEFAULT_NOCODE_OPTIONS
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb | 11 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb | 7 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | 6 |
3 files changed, 10 insertions, 14 deletions
diff --git a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb deleted file mode 100644 index 37183b12b7..0000000000 --- a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | require xorg-data-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "Common X11 Bitmaps" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | DEPENDS += "libxmu" | ||
| 6 | RDEPENDS:${PN}-dev = "" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "cedeef095918aca86da79a2934e03daf" | ||
| 11 | SRC_URI[sha256sum] = "b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee" | ||
diff --git a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb new file mode 100644 index 0000000000..5f49152972 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | require xorg-data-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "Common X11 Bitmaps" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a" | ||
diff --git a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc index 1c6408d0d8..17fe00a9b8 100644 --- a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc +++ b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | |||
| @@ -2,10 +2,10 @@ HOMEPAGE = "http://www.x.org" | |||
| 2 | SECTION = "x11/data" | 2 | SECTION = "x11/data" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | 4 | ||
| 5 | XORG_PN = "${BPN}" | 5 | DEPENDS = "util-macros-native virtual/libx11" |
| 6 | 6 | ||
| 7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" | 7 | SRC_URI_EXT = "xz" |
| 8 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 8 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.${SRC_URI_EXT}" |
| 9 | 9 | ||
| 10 | inherit features_check autotools pkgconfig | 10 | inherit features_check autotools pkgconfig |
| 11 | 11 | ||
