mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
1. Rebase 0001, 0002 2. Fix [already-stripped] QA Issue Since the following commit add, it strip executables which are installed by default. ... commit 087eaf92c621098927f3f98e3652411de48f8b6b Author: Sven Joachim <svenjoac@gmx.de> Date: Sun Jan 21 08:01:41 2018 +0100 Import upstream patch 20180120 20180120 + build-fix in picsmap.c for stdint.h existence. + add --disable-stripping option to configure scripts. ... (From OE-Core rev: 09bc55eeb41a6e06438b35e5456c66198d549b92) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
385 B
BlitzBasic
12 lines
385 B
BlitzBasic
require ncurses.inc
|
|
|
|
SRC_URI += "file://0001-tic-hang.patch \
|
|
file://0002-configure-reproducible.patch \
|
|
file://config.cache \
|
|
"
|
|
# commit id corresponds to the revision in package version
|
|
SRCREV = "518fe9f913a0bfb80f1e366c9fcccf23e79dc69b"
|
|
S = "${WORKDIR}/git"
|
|
EXTRA_OECONF += "--with-abi-version=5"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
|