]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/skeleton-none/skeleton-none.mk
libconfuse: bugfix bump to 3.2
[coffee/buildroot.git] / package / skeleton-none / skeleton-none.mk
1 ################################################################################
2 #
3 # skeleton-none
4 #
5 ################################################################################
6
7 # The skeleton can't depend on the toolchain, since all packages depends on the
8 # skeleton and the toolchain is a target package, as is skeleton.
9 # Hence, skeleton would depends on the toolchain and the toolchain would depend
10 # on skeleton.
11 SKELETON_NONE_ADD_TOOLCHAIN_DEPENDENCY = NO
12 SKELETON_NONE_ADD_SKELETON_DEPENDENCY = NO
13
14 SKELETON_NONE_DEPENDENCIES = skeleton-common
15
16 SKELETON_NONE_PROVIDES = skeleton
17
18 $(eval $(generic-package))