Skip to content

Commit

Permalink
Merge remote-tracking branch 'thingos/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Sep 9, 2019
2 parents 9d4e95d + dd5a8d9 commit bb99c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/rpi-userland/rpi-userland.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ define RPI_USERLAND_EXTRA_LIBS_TARGET
$(INSTALL) -m 0644 -D \
$(@D)/build/lib/libilclient.so \
$(TARGET_DIR)/usr/lib/libilclient.so
$(INSTALL) -m 0644 -D \
$(@D)/build/lib/libfdt.so \
$(TARGET_DIR)/usr/lib/libfdt.so
endef
RPI_USERLAND_POST_INSTALL_TARGET_HOOKS += RPI_USERLAND_EXTRA_LIBS_TARGET

Expand Down

0 comments on commit bb99c99

Please sign in to comment.