diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-11 14:57:27 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-11 15:00:07 -0800 |
commit | 9480e9681b024b6802d27a9a6e0101e4ac49365b (patch) | |
tree | 5683a5817525ef2c0429661126a0dd68614622f7 /meta-oe/recipes-kernel/libbpf | |
parent | b356af07fb11e6462c10e8965c814a9c1cd20221 (diff) | |
download | meta-openembedded-9480e9681b024b6802d27a9a6e0101e4ac49365b.tar.gz |
libbpf: Depend on virtual/kernel:do_shared_workdir
its checking for .config values which means we need to stage kernel
sources before executing do_compile
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Matteo Croce <mcroce@microsoft.com>
Diffstat (limited to 'meta-oe/recipes-kernel/libbpf')
-rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb index 8b548d0b5..57e8376b5 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb | |||
@@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LPGL-2.1;md5=b370887980db5dd40659b50909238 | |||
10 | 10 | ||
11 | DEPENDS = "zlib elfutils" | 11 | DEPENDS = "zlib elfutils" |
12 | 12 | ||
13 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | ||
14 | |||
13 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https" | 15 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https" |
14 | SRCREV = "051a4009f94d5633a8f734ca4235f0a78ee90469" | 16 | SRCREV = "051a4009f94d5633a8f734ca4235f0a78ee90469" |
15 | 17 | ||