From 151307b62e9c80084a62296c2b7e9862787bd644 Mon Sep 17 00:00:00 2001 From: HuangXin Date: Mon, 10 Sep 2018 15:19:57 +0800 Subject: [PATCH] Automatic install newest compile library to allwinner/libpv1comm packages --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5d883ba..c6bf718 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ endef define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/lib $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libpv1comm.so $(1)/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpv1comm.so $(TOPDIR)/package/allwinner/libpv1comm/lib endef $(eval $(call BuildPackage,$(PKG_NAME)))