diff options
Diffstat (limited to 'recipes-networking')
-rw-r--r-- | recipes-networking/cni/cni_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 427a812f..b9708480 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
@@ -9,8 +9,8 @@ Because of this focus, CNI has a wide range of support and the specification \ | |||
9 | is simple to implement. \ | 9 | is simple to implement. \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV_cni = "4b9e11a5266fe50222ed00c5973c6ea4a384a4bb" | 12 | SRCREV_cni = "96343561e0363c7dcc5f94bef655a8ddbb0b3e5c" |
13 | SRCREV_plugins = "c238c93b5e7c681f1935ff813b30e82f96f6c367" | 13 | SRCREV_plugins = "b2fc336833674c5c42550fd2df94c1b5ca0755ba" |
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ | 15 | git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ |
16 | git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \ | 16 | git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \ |
@@ -43,6 +43,7 @@ do_compile() { | |||
43 | 43 | ||
44 | # link fixups for compilation | 44 | # link fixups for compilation |
45 | rm -f ${S}/src/import/vendor/src | 45 | rm -f ${S}/src/import/vendor/src |
46 | mkdir -p ${S}/src/import/vendor/ | ||
46 | ln -sf ./ ${S}/src/import/vendor/src | 47 | ln -sf ./ ${S}/src/import/vendor/src |
47 | rm -rf ${S}/src/import/plugins | 48 | rm -rf ${S}/src/import/plugins |
48 | rm -rf ${S}/src/import/vendor/github.com/containernetworking/plugins | 49 | rm -rf ${S}/src/import/vendor/github.com/containernetworking/plugins |
@@ -93,3 +94,5 @@ FILES_${PN} += "/opt/cni/bin/*" | |||
93 | 94 | ||
94 | INHIBIT_PACKAGE_STRIP = "1" | 95 | INHIBIT_PACKAGE_STRIP = "1" |
95 | INSANE_SKIP_${PN} += "ldflags already-stripped" | 96 | INSANE_SKIP_${PN} += "ldflags already-stripped" |
97 | |||
98 | deltask compile_ptest_base | ||