diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:32:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 15:32:55 +0100 |
commit | 3d45df344602687c8983f5fb609721aa8ca2469f (patch) | |
tree | bd089044e1402b116cf6447eda74e81b7f65d129 /package/.template | |
parent | 897be7157eb98898fdc62224857025d4a0f01dd5 (diff) |
rework PKG_FLAVOURS. Subpackages can have flavours, so
always add PKG_NAME to PKG_FLAVOURS variable.
ala PKG_FLAVOURS_LIBNCURSES.
Bug reported by Phil Sutter.
Diffstat (limited to 'package/.template')
-rw-r--r-- | package/.template/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile index 7175f4a48..b9b1c125e 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -32,7 +32,7 @@ PKG_SITES:= add download url without package name #PKGSD_SUBPKG1:= # define your flavours for your package here, WITH_SSL f.e. -#PKG_FLAVOURS:= WITH_SSL +#PKG_FLAVOURS_PKGNAME:= WITH_SSL # flavour description #PKGFD_WITH_SSL:= enable SSL support # flavour runtime dependency, package name |