aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-27 15:39:44 -0700
committerKhem Raj <raj.khem@gmail.com>2019-01-02 10:23:00 -0800
commiteb4bd72f4372c742fd58dd1347d2b3176374d2e9 (patch)
tree2d07c5ac461decf57fa1461cd90971018c22f82f /meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch
parent69c1d05a82ee0173276477d1092e9c234add7db2 (diff)
downloadopenembedded-core-contrib-kraj/runit.tar.gz
recipes: Add runit and related recipeskraj/runit
* Another init system, very small in size with application life cycle management * Add runit-services recipe for additional runit services from void linux * socklog is a system/kernel logger * Add socklog-services to provide additional logging services Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch')
-rw-r--r--meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch b/meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch
new file mode 100644
index 0000000000..f62dfa36d3
--- /dev/null
+++ b/meta/recipes-core/runit/runit/patch-make-build-system-print-compilatio.patch
@@ -0,0 +1,15 @@
+From: Dmitry Bogatov <KAction@gnu.org>
+Date: Tue, 10 Apr 2018 20:08:14 +0300
+X-Dgit-Generated: 2.1.2-10 9187ce34534181446afc87277ec0d460e5575f9c
+Subject: [PATCH] Make build system print compilation commands
+
+Upstream-Status: Pending
+
+---
+
+--- runit-2.1.2.orig/runit-2.1.2/src/warn-auto.sh
++++ runit-2.1.2/runit-2.1.2/src/warn-auto.sh
+@@ -1,2 +1,2 @@
+-#!/bin/sh
++#!/bin/sh -x
+ # WARNING: This file was auto-generated. Do not edit!