mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
Also, default to tar.xz, as the majority of tarballs are now using that. (From OE-Core rev: 16cb660e4481a0068b7bf84096be4d7f1452400e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
387 B
BlitzBasic
13 lines
387 B
BlitzBasic
require xcb-util.inc
|
|
|
|
DEPENDS += "xcb-util"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://image/xcb_image.c;endline=24;md5=eafdf965cfb89955fdedf75054223fb4 \
|
|
file://image/xcb_image.h;beginline=4;endline=27;md5=48cd25ae55e7de525fe1e1a3a7672e1c"
|
|
|
|
SRC_URI += "file://clang.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d"
|