mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Revert "package/pico-sdk: replace $(HOST_DIR)/usr/share with $(HOST_DIR)/share"
This reverts commit 8381582646 that
missed that the same issue was also in picotool package.
Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
@@ -20,8 +20,8 @@ define PICO_SDK_INSTALL_STAGING_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define HOST_PICO_SDK_INSTALL_CMDS
|
define HOST_PICO_SDK_INSTALL_CMDS
|
||||||
mkdir -p $(HOST_DIR)/share/pico-sdk
|
mkdir -p $(HOST_DIR)/usr/share/pico-sdk
|
||||||
cp -r $(@D)/* $(HOST_DIR)/share/pico-sdk
|
cp -r $(@D)/* $(HOST_DIR)/usr/share/pico-sdk
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user