Browse Source

boost: force build of meta-package to satisfy other package dependencies

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 years ago
parent
commit
19d76b3b32
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      libs/boost/Makefile

+ 5
- 1
libs/boost/Makefile View File

17
 
17
 
18
 PKG_NAME:=boost
18
 PKG_NAME:=boost
19
 PKG_VERSION:=1_58_0
19
 PKG_VERSION:=1_58_0
20
-PKG_RELEASE:=4
20
+PKG_RELEASE:=5
21
 
21
 
22
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
22
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
23
 PKG_SOURCE_URL:=@SF/boost
23
 PKG_SOURCE_URL:=@SF/boost
68
   true
68
   true
69
 endef
69
 endef
70
 
70
 
71
+define Package/boost/install
72
+  true
73
+endef
74
+
71
 define Package/boost
75
 define Package/boost
72
   $(call Package/boost/Default)
76
   $(call Package/boost/Default)
73
   TITLE+= packages
77
   TITLE+= packages