diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-06-12 15:10:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-14 15:05:11 +0100 |
commit | 5933da887a6f8dd9e8cb09312528c071df04d6e5 (patch) | |
tree | 1abecf0494fddeedf00f76093d4c086da4b0cea4 /meta/recipes-core | |
parent | 3a55f9a33a52f2101d18bab8000920a9f9f31096 (diff) | |
download | poky-5933da887a6f8dd9e8cb09312528c071df04d6e5.tar.gz |
musl: Set UPSTREAM_CHECK_COMMITS
(From OE-Core rev: ee80b59fba4828b88ccf4b8797a4d7816d31a60b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 6569d1b37b..bd9d5f1d4b 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -84,3 +84,5 @@ RPROVIDES_${PN} += "ldd libsegfault rtld(GNU_HASH)" | |||
84 | LEAD_SONAME = "libc.so" | 84 | LEAD_SONAME = "libc.so" |
85 | INSANE_SKIP_${PN}-dev = "staticdev" | 85 | INSANE_SKIP_${PN}-dev = "staticdev" |
86 | INSANE_SKIP_${PN} = "libdir" | 86 | INSANE_SKIP_${PN} = "libdir" |
87 | |||
88 | UPSTREAM_CHECK_COMMITS = "1" | ||