From 19d76b3b32bab00cf5880178caa856110f98cc88 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Fri, 26 Jun 2015 16:49:11 -0400 Subject: [PATCH] boost: force build of meta-package to satisfy other package dependencies Signed-off-by: Ted Hess --- libs/boost/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index e9c2364e5..b54ea1e84 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/target.mk PKG_NAME:=boost PKG_VERSION:=1_58_0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/boost @@ -68,6 +68,10 @@ define Package/boost-libs/install true endef +define Package/boost/install + true +endef + define Package/boost $(call Package/boost/Default) TITLE+= packages