summaryrefslogtreecommitdiffstats
path: root/package/skeleton-init-systemd
diff options
context:
space:
mode:
authorCam Hutchison <camh@xdna.net>2017-08-14 07:21:12 +1000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-14 21:52:47 +0200
commit5e5547a73de02c13cd80c5cd2e221f508a408bca (patch)
tree47b2fc63eaf2fadd3f05dfd79b9f8d2290aa17aa /package/skeleton-init-systemd
parent8bbb040e1e823debc4e92252de0b10ec2853dcf2 (diff)
downloadbuildroot-5e5547a73de02c13cd80c5cd2e221f508a408bca.tar.gz
buildroot-5e5547a73de02c13cd80c5cd2e221f508a408bca.zip
skeleton: Rename skeleton-common to skeleton-init-common
The skeletons are based on the selection of BR2_INIT_*, so add init- to the package name to make this clearer. The name skeleton-common implies that it is common to all skeletons, yet it does not apply to skeleton-custom. It is only common to the skeleton-init-* packages, so name it the same way. Signed-off-by: Cam Hutchison <camh@xdna.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/skeleton-init-systemd')
-rw-r--r--package/skeleton-init-systemd/Config.in2
-rw-r--r--package/skeleton-init-systemd/skeleton-init-systemd.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/skeleton-init-systemd/Config.in b/package/skeleton-init-systemd/Config.in
index 2d8845c281..59b21d155e 100644
--- a/package/skeleton-init-systemd/Config.in
+++ b/package/skeleton-init-systemd/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_SKELETON_INIT_SYSTEMD
bool
select BR2_PACKAGE_HAS_SKELETON
- select BR2_PACKAGE_SKELETON_COMMON
+ select BR2_PACKAGE_SKELETON_INIT_COMMON
config BR2_PACKAGE_PROVIDES_SKELETON
default "skeleton-init-systemd" if BR2_PACKAGE_SKELETON_INIT_SYSTEMD
diff --git a/package/skeleton-init-systemd/skeleton-init-systemd.mk b/package/skeleton-init-systemd/skeleton-init-systemd.mk
index b2a6e266b4..a2d4e8c4b3 100644
--- a/package/skeleton-init-systemd/skeleton-init-systemd.mk
+++ b/package/skeleton-init-systemd/skeleton-init-systemd.mk
@@ -11,7 +11,7 @@
SKELETON_INIT_SYSTEMD_ADD_TOOLCHAIN_DEPENDENCY = NO
SKELETON_INIT_SYSTEMD_ADD_SKELETON_DEPENDENCY = NO
-SKELETON_INIT_SYSTEMD_DEPENDENCIES = skeleton-common
+SKELETON_INIT_SYSTEMD_DEPENDENCIES = skeleton-init-common
SKELETON_INIT_SYSTEMD_PROVIDES = skeleton
OpenPOWER on IntegriCloud