mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
ell: upgrade 0.35 -> 0.36
0001-ell-add-missing-include-in-dhcp-server.patch removed since it is included in 0.36 (From OE-Core rev: 589d6b65a5ac4ce2b33eb2ee4fbbc1e6b3355756) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
701a510ec0
commit
23d83ccd8f
@@ -1,23 +0,0 @@
|
||||
From dd350f4e2258b5a638bc8fb26a6193147902d292 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <ericonr@disroot.org>
|
||||
Date: Mon, 30 Nov 2020 18:40:33 -0300
|
||||
Subject: [PATCH] ell: add missing include in dhcp-server.
|
||||
|
||||
Upstream-Status: Backport
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
ell/dhcp-server.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
|
||||
index c983ed4..144e83e 100644
|
||||
--- a/ell/dhcp-server.c
|
||||
+++ b/ell/dhcp-server.c
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
+#include <linux/types.h>
|
||||
#include <net/ethernet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
@@ -14,10 +14,9 @@ DEPENDS = "dbus"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
|
||||
file://0001-ell-add-missing-include-in-dhcp-server.patch \
|
||||
file://0001-pem.c-do-not-use-rawmemchr.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "2bfe9da7781f65f1cb1595a5a068a3ae74d4b68b74f287c6f0c892cfe623913f"
|
||||
SRC_URI[sha256sum] = "2f99e743a235b1c834b19112e4e0283d02da93b863899381466cde47bf159cf6"
|
||||
|
||||
do_configure_prepend () {
|
||||
mkdir -p ${S}/build-aux
|
||||
Reference in New Issue
Block a user