mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
Deleted patches: make/0001-makeinst-Do-not-undef-POSIX-on-clang-arm.patch (modified bit removed upstream) make/0001-src-dir.c-fix-buffer-overflow-warning.patch make/0002-w32-compat-dirent.c-follow-header.patch make/0003-posixfcn-fcntl-gnulib-make-emulated.patch (fixed upstream) make/0002-modules-fcntl-allow-being-detected-by-importing-proj.patch (code removed upstream) License-update: formatting (From OE-Core rev: fe9650c1766707067482206a3ed3288ba44c1050) 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>
15 lines
420 B
BlitzBasic
15 lines
420 B
BlitzBasic
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
|
require make.inc
|
|
|
|
SRC_URI += " \
|
|
file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \
|
|
file://sigpipe.patch \
|
|
"
|
|
|
|
EXTRA_OECONF += "--without-guile"
|
|
|
|
SRC_URI[sha256sum] = "581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|