2015-07-14 13:36:25 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# skeleton
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# The skeleton can't depend on the toolchain, since all packages depends on the
|
|
|
|
# skeleton and the toolchain is a target package, as is skeleton.
|
|
|
|
# Hence, skeleton would depends on the toolchain and the toolchain would depend
|
|
|
|
# on skeleton.
|
|
|
|
SKELETON_ADD_TOOLCHAIN_DEPENDENCY = NO
|
2017-07-18 19:25:28 +02:00
|
|
|
SKELETON_ADD_SKELETON_DEPENDENCY = NO
|
2015-07-14 13:36:25 +02:00
|
|
|
|
2017-08-02 00:52:18 +02:00
|
|
|
$(eval $(virtual-package))
|