diff options
Diffstat (limited to 'package/skeleton-custom')
-rw-r--r-- | package/skeleton-custom/Config.in | 5 | ||||
-rw-r--r-- | package/skeleton-custom/skeleton-custom.mk | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/package/skeleton-custom/Config.in b/package/skeleton-custom/Config.in index b12bd8f73c..601c3b247e 100644 --- a/package/skeleton-custom/Config.in +++ b/package/skeleton-custom/Config.in @@ -1,3 +1,6 @@ config BR2_PACKAGE_SKELETON_CUSTOM bool - select BR2_PACKAGE_SKELETON + select BR2_PACKAGE_HAS_SKELETON + +config BR2_PACKAGE_PROVIDES_SKELETON + default "skeleton-custom" if BR2_PACKAGE_SKELETON_CUSTOM diff --git a/package/skeleton-custom/skeleton-custom.mk b/package/skeleton-custom/skeleton-custom.mk index 6e9d52620b..d3c6b48211 100644 --- a/package/skeleton-custom/skeleton-custom.mk +++ b/package/skeleton-custom/skeleton-custom.mk @@ -11,7 +11,8 @@ SKELETON_CUSTOM_ADD_TOOLCHAIN_DEPENDENCY = NO SKELETON_CUSTOM_ADD_SKELETON_DEPENDENCY = NO -# The skeleton also handles the merged /usr case in the sysroot +SKELETON_CUSTOM_PROVIDES = skeleton + SKELETON_CUSTOM_INSTALL_STAGING = YES SKELETON_CUSTOM_PATH = $(call qstrip,$(BR2_ROOTFS_SKELETON_CUSTOM_PATH)) |