mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 09:29:40 +01:00
Building lzip-native just for being able to build make is not worth saving 1 MB download, especially since this creates a bottleneck for the whole build. (From OE-Core rev: 136314ffd107654b7673d937acafb7f4a81ac5a9) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
602 B
BlitzBasic
18 lines
602 B
BlitzBasic
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
require make.inc
|
|
|
|
SRC_URI += "\
|
|
file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \
|
|
file://0002-modules-fcntl-allow-being-detected-by-importing-proj.patch \
|
|
file://0001-src-dir.c-fix-buffer-overflow-warning.patch \
|
|
file://0002-w32-compat-dirent.c-follow-header.patch \
|
|
file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \
|
|
"
|
|
|
|
EXTRA_OECONF += "--without-guile"
|
|
|
|
SRC_URI[sha256sum] = "e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|