summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-12-06 23:41:07 +0300
committerKhem Raj <raj.khem@gmail.com>2023-12-07 14:25:11 -0800
commit5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5 (patch)
treeecdcd271d2f4a36efc75f57f078d4f364a4156f8 /meta-oe
parentf95ba6d0742a550c43ede57f04baeb6a6b98538a (diff)
downloadmeta-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.bb11
-rw-r--r--meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb7
-rw-r--r--meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc6
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 @@
1require xorg-data-common.inc
2
3SUMMARY = "Common X11 Bitmaps"
4LICENSE = "MIT"
5DEPENDS += "libxmu"
6RDEPENDS:${PN}-dev = ""
7
8LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f"
9
10SRC_URI[md5sum] = "cedeef095918aca86da79a2934e03daf"
11SRC_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 @@
1require xorg-data-common.inc
2
3SUMMARY = "Common X11 Bitmaps"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f"
6
7SRC_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"
2SECTION = "x11/data" 2SECTION = "x11/data"
3LICENSE = "MIT" 3LICENSE = "MIT"
4 4
5XORG_PN = "${BPN}" 5DEPENDS = "util-macros-native virtual/libx11"
6 6
7SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" 7SRC_URI_EXT = "xz"
8S = "${WORKDIR}/${XORG_PN}-${PV}" 8SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.${SRC_URI_EXT}"
9 9
10inherit features_check autotools pkgconfig 10inherit features_check autotools pkgconfig
11 11