mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
renamed variable, removed uppercase config text
This commit is contained in:
parent
7710aa356a
commit
f5b96fc71d
@ -239,8 +239,8 @@ config BR2_HAVE_INFOPAGES
|
|||||||
If you say n here, your target will not contain any
|
If you say n here, your target will not contain any
|
||||||
infopage.
|
infopage.
|
||||||
|
|
||||||
config BR2_TARGET_DEV_FILES
|
config BR2_HAVE_DEVFILES
|
||||||
bool "Development files in target filesystem"
|
bool "development files in target filesystem"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Install headers and static libraries in the
|
Install headers and static libraries in the
|
||||||
|
2
Makefile
2
Makefile
@ -318,7 +318,7 @@ erase-fakeroots:
|
|||||||
rm -f $(PROJECT_BUILD_DIR)/.fakeroot*
|
rm -f $(PROJECT_BUILD_DIR)/.fakeroot*
|
||||||
|
|
||||||
target-devfiles:
|
target-devfiles:
|
||||||
ifeq ($(strip $(BR2_TARGET_DEV_FILES)),y)
|
ifeq ($(strip $(BR2_HAVE_DEVFILES)),y)
|
||||||
cp -a $(STAGING_DIR)/usr/include $(TARGET_DIR)/usr
|
cp -a $(STAGING_DIR)/usr/include $(TARGET_DIR)/usr
|
||||||
cp $(STAGING_DIR)/usr/lib/*.a $(TARGET_DIR)/usr/lib
|
cp $(STAGING_DIR)/usr/lib/*.a $(TARGET_DIR)/usr/lib
|
||||||
cp $(STAGING_DIR)/lib/*.a $(TARGET_DIR)/lib
|
cp $(STAGING_DIR)/lib/*.a $(TARGET_DIR)/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user