Skip to content

Commit

Permalink
letmecreate: Update to version 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Francois Berder <[email protected]>
  • Loading branch information
francois-berder authored and nikhil-zinjurde-imgtec committed Mar 6, 2017
1 parent 9aed053 commit 8148a48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion letmecreate/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=letmecreate
PKG_VERSION:=1.5.0
PKG_VERSION:=1.5.2
PKG_RELEASE:=1

PKG_SOURCE_VERSION:=v$(PKG_VERSION)
Expand Down Expand Up @@ -43,6 +43,9 @@ define Build/InstallDev
$(INSTALL_DIR) $(STAGING_DIR)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so $(STAGING_DIR)/usr/lib/

$(INSTALL_DIR) $(STAGING_DIR)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.a $(STAGING_DIR)/usr/lib/

$(INSTALL_DIR) $(STAGING_DIR)/usr/lib/cmake/LetMeCreate
$(CP) $(PKG_INSTALL_DIR)/usr/lib/cmake/LetMeCreate/*.cmake $(STAGING_DIR)/usr/lib/cmake/LetMeCreate
endef
Expand All @@ -58,6 +61,9 @@ define Package/letmecreate/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/usr/lib/

$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.a $(1)/usr/lib/

$(INSTALL_DIR) $(1)/usr/include/letmecreate
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/

Expand Down

0 comments on commit 8148a48

Please sign in to comment.