| Message ID | 20260706140606.1021674-2-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] staging: Fix vardepsexclude | expand |
diff --git a/meta/classes-global/package_pkgdata.bbclass b/meta/classes-global/package_pkgdata.bbclass index b2f4e7594cc..d2eb8249370 100644 --- a/meta/classes-global/package_pkgdata.bbclass +++ b/meta/classes-global/package_pkgdata.bbclass @@ -170,6 +170,6 @@ python package_prepare_pkgdata() { } package_prepare_pkgdata[cleandirs] = "${WORKDIR_PKGDATA}" -package_prepare_pkgdata[vardepsexclude] += "MACHINE_ARCH PACKAGE_EXTRA_ARCHS SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA SSTATETASKS" +package_prepare_pkgdata[vardepsexclude] += "BB_TASKDEPDATA SSTATETASKS"
These vardepsexclude entries don't make sense as the function no longer references them, they can be dropped. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/classes-global/package_pkgdata.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)