From 8148a4810b422f0514ab7073b4af15cfdc314d90 Mon Sep 17 00:00:00 2001 From: Francois Berder Date: Mon, 6 Mar 2017 11:36:27 +0000 Subject: [PATCH] letmecreate: Update to version 1.5.2 Signed-off-by: Francois Berder --- letmecreate/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/letmecreate/Makefile b/letmecreate/Makefile index aadc0c7..790ea3e 100644 --- a/letmecreate/Makefile +++ b/letmecreate/Makefile @@ -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) @@ -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 @@ -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/