diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-11 13:47:52 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
| commit | a0cf9a307ab074424ff571b5ce2e508acff3a2fb (patch) | |
| tree | 7c02f4652fe2f6da53107d673973f3c54998a1a6 /meta/recipes-devtools/libmodulemd/libmodulemd-v1/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch | |
| parent | a0a49bba6dc84c7e6b0e57199aeb087379318acd (diff) | |
| download | poky-a0cf9a307ab074424ff571b5ce2e508acff3a2fb.tar.gz | |
libmodulemd-v1: introduce the recipe
Upstream has split version 1 of the libmodulemd recipe into
its own branch and removed version 1 from the master
branch and 2.x releases; as libdnf requires v1 of libmodulemd,
this commit introduces a v1-specific revipe.
(From OE-Core rev: e0678765b1fb66df6ec37da1d32836bee2237af1)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libmodulemd/libmodulemd-v1/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch')
| -rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd-v1/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd-v1/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch b/meta/recipes-devtools/libmodulemd/libmodulemd-v1/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch new file mode 100644 index 0000000000..847b5f700b --- /dev/null +++ b/meta/recipes-devtools/libmodulemd/libmodulemd-v1/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | From 4e67f6049b3f822fe6f5af46790a51ace581bf82 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 3 | Date: Tue, 6 Nov 2018 13:41:29 +0100 | ||
| 4 | Subject: [PATCH] spec_tmpl.sh: use /bin/sh, not /usr/bin/sh | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
| 8 | |||
| 9 | --- | ||
| 10 | spec_tmpl.sh | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/spec_tmpl.sh b/spec_tmpl.sh | ||
| 14 | index 0238087..126853c 100755 | ||
| 15 | --- a/spec_tmpl.sh | ||
| 16 | +++ b/spec_tmpl.sh | ||
| 17 | @@ -1,4 +1,4 @@ | ||
| 18 | -#!/usr/bin/sh | ||
| 19 | +#!/bin/sh | ||
| 20 | |||
| 21 | version=$1 | ||
| 22 | template=$2 | ||
