diff options
| author | Xu, Yanfei <yanfei.xu@windriver.com> | 2021-06-16 15:41:53 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-21 09:04:47 -0400 |
| commit | daac3b630f48264ace803ef9ba09c4dada7a700c (patch) | |
| tree | 2cdc193c722f905b879c61a62cc4288fd08ff7c3 | |
| parent | 7a59023229ac5772b4631cbf2e08a6d3456e783b (diff) | |
| download | meta-virtualization-daac3b630f48264ace803ef9ba09c4dada7a700c.tar.gz | |
umoci: add nativesdk to BBCLASSEXTEND
add nativesdk to BBCLASSEXTEND
Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/umoci/umoci_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index 7cd147b2..f83a35a7 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb | |||
| @@ -77,4 +77,4 @@ do_install() { | |||
| 77 | } | 77 | } |
| 78 | 78 | ||
| 79 | INSANE_SKIP_${PN} += "ldflags already-stripped" | 79 | INSANE_SKIP_${PN} += "ldflags already-stripped" |
| 80 | BBCLASSEXTEND = "native" | 80 | BBCLASSEXTEND = "native nativesdk" |
