diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-07 22:41:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:15 -0800 |
| commit | 59bffb68440c9099d724aa2f2b1e6366216f0f11 (patch) | |
| tree | 7458f0039a5b7c30217d8520f9584e4e433450da /meta-networking/recipes-protocols/openflow/openflow_git.bb | |
| parent | c4898368377acfb6851d5d629f69ccd1be2704f2 (diff) | |
| download | meta-openembedded-59bffb68440c9099d724aa2f2b1e6366216f0f11.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow_git.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow_git.bb b/meta-networking/recipes-protocols/openflow/openflow_git.bb index f39888e8f1..c86c811cc8 100644 --- a/meta-networking/recipes-protocols/openflow/openflow_git.bb +++ b/meta-networking/recipes-protocols/openflow/openflow_git.bb | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | include ${BPN}.inc | 1 | include ${BPN}.inc |
| 2 | 2 | ||
| 3 | SRCREV = "c84f33f09d5dbcfc9b489f64cb30475bf36f653a" | 3 | SRCREV = "82ad07d997b0b2ee70e1b2c7e82fcc6d0ccf23ea" |
| 4 | PV = "1.0+git" | 4 | PV = "1.0+git" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch \ | 6 | SRC_URI += "file://0001-Check-and-use-strlcpy-from-libc-before-defining-own.patch \ |
| 7 | file://0002-lib-netdev-Adjust-header-include-sequence.patch \ | 7 | file://0002-lib-netdev-Adjust-header-include-sequence.patch \ |
| 8 | file://0001-generate-not-static-get_dh-functions.patch \ | 8 | file://0001-generate-not-static-get_dh-functions.patch \ |
| 9 | file://0001-socket-util-Include-sys-stat.h-for-fchmod.patch \ | 9 | file://0001-socket-util-Include-sys-stat.h-for-fchmod.patch \ |
| 10 | file://0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch \ | ||
| 10 | " | 11 | " |
