buildroot/package/skeleton-custom/Config.in
Yann E. MORIN cb09e1c81f package/skeleton: make it a virtual package
We now have two packages that can act as a skeleton, skeleton-common,
also known as our default skeleton, and skeleton-custom.

This means that the skeleton package can be a standard virtual package
now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-08-02 19:31:09 +02:00

7 lines
170 B
Plaintext

config BR2_PACKAGE_SKELETON_CUSTOM
bool
select BR2_PACKAGE_HAS_SKELETON
config BR2_PACKAGE_PROVIDES_SKELETON
default "skeleton-custom" if BR2_PACKAGE_SKELETON_CUSTOM