[source] uboot-envtools: make it not shared

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 23 01:19:12 PST 2016


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/972018582090aee14b6f5d9d3e2e1270db8aedc5

commit 972018582090aee14b6f5d9d3e2e1270db8aedc5
Author: Eddi De Pieri <eddi at dpeddi.com>
AuthorDate: Tue Nov 22 00:04:48 2016 +0100

    uboot-envtools: make it not shared
    
    uboot-envtools have some stuff related to the cpu.
    
    This should fix following error on lantiq soc:
    
    Downloading http://downloads.lede-project.org/snapshots/packages/mips_24kc/base/uboot-envtools_2015.10-1_mips_24kc.ipk.
    Configuring uboot-envtools.
    //usr/lib/opkg/info/uboot-envtools.postinst: .: line 10: can't open '/lib/ar71xx.sh'
    
    Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
 package/boot/uboot-envtools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile
index d7a85ca..0b6ccca 100644
--- a/package/boot/uboot-envtools/Makefile
+++ b/package/boot/uboot-envtools/Makefile
@@ -24,6 +24,8 @@ PKG_BUILD_DEPENDS:=+fstools
 PKG_LICENSE:=GPL-2.0 GPL-2.0+
 PKG_LICENSE_FILES:=Licenses/README
 
+PKG_FLAGS:=nonshared
+
 PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk



More information about the lede-commits mailing list