diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 19:15:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 19:15:48 +0100 |
commit | 584103666c037302ca620197f758e254a2123e4d (patch) | |
tree | 937bb4d504a6134a5a89f88cff334e4d83104467 /package/cfgfs/Makefile | |
parent | 4a3934f5e8d1d543b9b810ed8cf223e796e80ee6 (diff) |
example for my PKG_(TARGET|HOST)_DEPENDS
implementation will follow may by thorsten, if I spent
another mojito...
Diffstat (limited to 'package/cfgfs/Makefile')
-rw-r--r-- | package/cfgfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile index 8a0454e07..99ac7055a 100644 --- a/package/cfgfs/Makefile +++ b/package/cfgfs/Makefile @@ -5,9 +5,10 @@ include ${TOPDIR}/rules.mk PKG_NAME:= cfgfs PKG_VERSION:= 1.0.6 -PKG_RELEASE:= 4 +PKG_RELEASE:= 5 PKG_DESCR:= compressed config filesystem PKG_SECTION:= base +PKG_TARGET_DEPENDS:= alix1c alix2d wrap foxboard ag241 rb532 WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} NO_DISTFILES:= 1 |