cjson: fix copy/paste error in target installation
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4c60854f00
commit
cd0f43a2c5
@ -23,7 +23,7 @@ define CJSON_INSTALL_STAGING_CMDS
|
||||
endef
|
||||
|
||||
define CJSON_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D $(@D)/cJSON/cJSON.h $(STAGING_DIR)/usr/include/cJSON.h
|
||||
$(INSTALL) -D $(@D)/cJSON/cJSON.h $(TARGET_DIR)/usr/include/cJSON.h
|
||||
$(INSTALL) -D $(@D)/cJSON/libcJSON.so $(TARGET_DIR)/usr/lib/libcJSON.so
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user