s6-rc: expose the host variant in menuconfig
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Thu, 16 Mar 2017 21:37:58 +0000 (22:37 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Mar 2017 14:02:51 +0000 (15:02 +0100)
Some users may want to build the s6-rc service database offline using a
post-build script. So make the host variant visible in menuconfig.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in.host
package/s6-rc/Config.in.host [new file with mode: 0644]

index 8da79c303cdd67ad99c6f61ba41f5f32ed3627b2..bb91671f3355956002290a238c8fc17857630687 100644 (file)
@@ -38,6 +38,7 @@ menu "Host utilities"
        source "package/pwgen/Config.in.host"
        source "package/qemu/Config.in.host"
        source "package/raspberrypi-usbboot/Config.in.host"
+       source "package/s6-rc/Config.in.host"
        source "package/sam-ba/Config.in.host"
        source "package/squashfs/Config.in.host"
        source "package/sunxi-tools/Config.in.host"
diff --git a/package/s6-rc/Config.in.host b/package/s6-rc/Config.in.host
new file mode 100644 (file)
index 0000000..f250b9f
--- /dev/null
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_S6_RC
+       bool "host s6-rc"
+       depends on BR2_PACKAGE_S6_RC
+       help
+         This package provides the host variant of the s6-rc tools,
+         required to build the s6-rc service database offline.
+
+         http://skarnet.org/software/s6-rc/