mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
openflow: Switch SRC_URI to github mirror
Original repo seems to be not accessible. Fix build with clang-18 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c489836837
commit
59bffb6844
|
|
@ -11,7 +11,7 @@ LICENSE = "GPL-2.0-only"
|
|||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
|
||||
|
||||
SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master"
|
||||
SRC_URI = "git://github.com/mininet/openflow;protocol=https;branch=master"
|
||||
|
||||
CVE_STATUS[CVE-2015-1611] = "not-applicable-config: Not referred to our implementation of openflow"
|
||||
CVE_STATUS[CVE-2015-1612] = "not-applicable-config: Not referred to our implementation of openflow"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,30 @@
|
|||
From 12bba388719c425d9b5cd970d4fabf01edf56aa4 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 7 Feb 2024 22:33:12 -0800
|
||||
Subject: [PATCH] Makefile.am: Specify export-dynamic directly to linker
|
||||
|
||||
Fixes build with clang-18+
|
||||
| riscv64-yoe-linux-clang: error: unknown argument: '-export-dynamic'
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 97ac1f0..e557fe7 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -23,7 +23,7 @@ if NDEBUG
|
||||
AM_CPPFLAGS += -DNDEBUG
|
||||
AM_CFLAGS += -fomit-frame-pointer
|
||||
else
|
||||
-AM_LDFLAGS = -export-dynamic
|
||||
+AM_LDFLAGS = -Wl,--export-dynamic
|
||||
endif
|
||||
|
||||
CLEANFILES =
|
||||
--
|
||||
2.43.0
|
||||
|
||||
|
|
@ -1,10 +1,11 @@
|
|||
include ${BPN}.inc
|
||||
|
||||
SRCREV = "c84f33f09d5dbcfc9b489f64cb30475bf36f653a"
|
||||
SRCREV = "82ad07d997b0b2ee70e1b2c7e82fcc6d0ccf23ea"
|
||||
PV = "1.0+git"
|
||||
|
||||
SRC_URI += "file://0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch \
|
||||
file://0002-lib-netdev-Adjust-header-include-sequence.patch \
|
||||
file://0001-generate-not-static-get_dh-functions.patch \
|
||||
file://0001-socket-util-Include-sys-stat.h-for-fchmod.patch \
|
||||
file://0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user