mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/libcamera: correct build directory for IPA stripping
Commit 4e95062f8 ("package/pkg-meson: use buildroot-build for build
directory") changed the build directory for meson packages to
'buildroot-build', so update the find invocation to match.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -130,7 +130,7 @@ endif
|
||||
# otherwise the signature won't match the shlib on the rootfs. Since meson
|
||||
# install target is signing the shlibs, we need to strip them before.
|
||||
LIBCAMERA_STRIP_FIND_CMD = \
|
||||
find $(@D)/build/src/ipa \
|
||||
find $(@D)/buildroot-build/src/ipa \
|
||||
$(if $(call qstrip,$(BR2_STRIP_EXCLUDE_FILES)), \
|
||||
-not \( $(call findfileclauses,$(call qstrip,$(BR2_STRIP_EXCLUDE_FILES))) \) ) \
|
||||
-type f -name 'ipa_*.so' -print0
|
||||
|
||||
Reference in New Issue
Block a user