We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0972139 commit 98ecedbCopy full SHA for 98ecedb
package/explora-sdk/explora-sdk.mk
@@ -12,6 +12,7 @@ EXPLORA_SDK_DEPENDENCIES += openssl
12
13
define EXPLORA_SDK_INSTALL_STAGING_CMDS
14
$(INSTALL) -d $(STAGING_DIR)/usr/lib
15
+ $(INSTALL) -d $(STAGING_DIR)/UserApps/metrological
16
$(INSTALL) -D -m 0644 $(@D)/libs/* $(STAGING_DIR)/usr/lib/
17
18
$(INSTALL) -d $(STAGING_DIR)/usr/lib/pkgconfig
@@ -28,6 +29,7 @@ endef
28
29
30
define EXPLORA_SDK_INSTALL_TARGET_CMDS
31
# $(INSTALL) -d $(TARGET_DIR)/usr/lib
32
+ $(INSTALL) -d $(TARGET_DIR)/UserApps/metrological
33
# $(INSTALL) -D -m 0644 $(@D)/libs/* $(TARGET_DIR)/usr/lib/
34
# $(INSTALL) -d $(TARGET_DIR)/etc/init.d
35
# $(INSTALL) -D -m 0750 $(@D)/bin/S40boxinfo $(TARGET_DIR)/etc/init.d
0 commit comments