mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
* The LIC_FILES_CHKSUM is changed becauses the files updated the date, and added a BSD-3-clause-John-Birrell for man/timeradd.3bsd, this license is already there for other files. * Update 0002-Remove-funopen.patch * Remove 0003-Fix-build-breaks-due-to-missing-a.out.h.patch, the a.out code is gone in the source, so this patch is not needed any more. (From OE-Core rev: 1be785e420c838080ce5dc608192794e46961582) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
53 lines
1.2 KiB
Diff
53 lines
1.2 KiB
Diff
From 28fc66e8b848709a2e69dba7f07694248e0154e8 Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Sun, 6 Nov 2016 09:40:43 -0800
|
|
Subject: [PATCH 2/3] Remove funopen()
|
|
|
|
Musl doesnt have prerequisites for it.
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
Upstream-Status: Inappropriate [musl specific]
|
|
|
|
man/Makefile.am | 1 -
|
|
src/Makefile.am | 1 -
|
|
test/Makefile.am | 1 -
|
|
3 files changed, 3 deletions(-)
|
|
|
|
diff --git a/man/Makefile.am b/man/Makefile.am
|
|
index 28192c0..a22787d 100644
|
|
--- a/man/Makefile.am
|
|
+++ b/man/Makefile.am
|
|
@@ -168,7 +168,6 @@ dist_man_MANS = \
|
|
fmtcheck.3bsd \
|
|
fparseln.3bsd \
|
|
fpurge.3bsd \
|
|
- funopen.3bsd \
|
|
getbsize.3bsd \
|
|
getmode.3bsd \
|
|
getpeereid.3bsd \
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index ad83dbf..13225a3 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -76,7 +76,6 @@ libbsd_la_SOURCES = \
|
|
fmtcheck.c \
|
|
fparseln.c \
|
|
fpurge.c \
|
|
- funopen.c \
|
|
getbsize.c \
|
|
getpeereid.c \
|
|
hash/md5.c \
|
|
diff --git a/test/Makefile.am b/test/Makefile.am
|
|
index d86539a..b32ed2e 100644
|
|
--- a/test/Makefile.am
|
|
+++ b/test/Makefile.am
|
|
@@ -36,7 +36,6 @@ check_PROGRAMS = \
|
|
endian \
|
|
humanize \
|
|
fgetln \
|
|
- funopen \
|
|
fparseln \
|
|
fpurge \
|
|
md5 \
|