Skip to content

Commit 98ecedb

Browse files
DivyaDivya
authored andcommitted
modified explora specific directory
1 parent 0972139 commit 98ecedb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/explora-sdk/explora-sdk.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EXPLORA_SDK_DEPENDENCIES += openssl
1212

1313
define EXPLORA_SDK_INSTALL_STAGING_CMDS
1414
$(INSTALL) -d $(STAGING_DIR)/usr/lib
15+
$(INSTALL) -d $(STAGING_DIR)/UserApps/metrological
1516
$(INSTALL) -D -m 0644 $(@D)/libs/* $(STAGING_DIR)/usr/lib/
1617

1718
$(INSTALL) -d $(STAGING_DIR)/usr/lib/pkgconfig
@@ -28,6 +29,7 @@ endef
2829

2930
define EXPLORA_SDK_INSTALL_TARGET_CMDS
3031
# $(INSTALL) -d $(TARGET_DIR)/usr/lib
32+
$(INSTALL) -d $(TARGET_DIR)/UserApps/metrological
3133
# $(INSTALL) -D -m 0644 $(@D)/libs/* $(TARGET_DIR)/usr/lib/
3234
# $(INSTALL) -d $(TARGET_DIR)/etc/init.d
3335
# $(INSTALL) -D -m 0750 $(@D)/bin/S40boxinfo $(TARGET_DIR)/etc/init.d

0 commit comments

Comments
 (0)