mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
f95ba6d074
commit
5430b16813
|
|
@ -1,11 +0,0 @@
|
|||
require xorg-data-common.inc
|
||||
|
||||
SUMMARY = "Common X11 Bitmaps"
|
||||
LICENSE = "MIT"
|
||||
DEPENDS += "libxmu"
|
||||
RDEPENDS:${PN}-dev = ""
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f"
|
||||
|
||||
SRC_URI[md5sum] = "cedeef095918aca86da79a2934e03daf"
|
||||
SRC_URI[sha256sum] = "b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee"
|
||||
7
meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb
Normal file
7
meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require xorg-data-common.inc
|
||||
|
||||
SUMMARY = "Common X11 Bitmaps"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f"
|
||||
|
||||
SRC_URI[sha256sum] = "ad6cad54887832a17d86c2ccfc5e52a1dfab090f8307b152c78b0e1529cd0f7a"
|
||||
|
|
@ -2,10 +2,10 @@ HOMEPAGE = "http://www.x.org"
|
|||
SECTION = "x11/data"
|
||||
LICENSE = "MIT"
|
||||
|
||||
XORG_PN = "${BPN}"
|
||||
DEPENDS = "util-macros-native virtual/libx11"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
SRC_URI_EXT = "xz"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.${SRC_URI_EXT}"
|
||||
|
||||
inherit features_check autotools pkgconfig
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user