summaryrefslogtreecommitdiffstats
path: root/meta-agl
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-13 10:46:39 +0000
committerJosé Bollo <jose.bollo@iot.bzh>2018-02-13 11:01:59 +0100
commit4c75d42799cadf0d0342b6bbd21b9df84aa880b0 (patch)
tree35c0f94775fc3b399de71db37c23d34d4dbd4e52 /meta-agl
parent7f542ad93158142ff48dcc1b16ac0c0505a26605 (diff)
autogen-native: Remove the bbappend
autogen-native recipe is removed in openembedded-core (From Poky rev: 44da0d9467f4fbd6b10f8fb85e79755b3c7a14cd) (From OE-Core rev: 765fec2f363aeb0540970c57217a2ea1aab8e088) Bug-AGL: SPEC-1181 Change-Id: Ia09bd61b0a3eb27b95534b59202f333b582c8a1c Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'meta-agl')
-rw-r--r--meta-agl/recipes-devtools/autogen/autogen-native_5.18.12.bbappend2
-rw-r--r--meta-agl/recipes-devtools/autogen/files/0003-autoopts-mk-tpl-config.sh-fix-shell-path.patch29
2 files changed, 0 insertions, 31 deletions
diff --git a/meta-agl/recipes-devtools/autogen/autogen-native_5.18.12.bbappend b/meta-agl/recipes-devtools/autogen/autogen-native_5.18.12.bbappend
deleted file mode 100644
index a6f697cdb..000000000
--- a/meta-agl/recipes-devtools/autogen/autogen-native_5.18.12.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI_append = "file://0003-autoopts-mk-tpl-config.sh-fix-shell-path.patch"
diff --git a/meta-agl/recipes-devtools/autogen/files/0003-autoopts-mk-tpl-config.sh-fix-shell-path.patch b/meta-agl/recipes-devtools/autogen/files/0003-autoopts-mk-tpl-config.sh-fix-shell-path.patch
deleted file mode 100644
index db6b0cdf8..000000000
--- a/meta-agl/recipes-devtools/autogen/files/0003-autoopts-mk-tpl-config.sh-fix-shell-path.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From df4f5ccc376a630b1a587a8ca3b1f35a305867dd Mon Sep 17 00:00:00 2001
-From: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
-Date: Wed, 23 Aug 2017 07:19:03 +0000
-Subject: [PATCH] autoopts/mk-tpl-config.sh: fix shell path
-
-POSIX_SHELL as shebang doesn't work when it is longer than
-BINPRM_BUF_SIZE which is 128 usually. So use "/bin/sh".
-
-Signed-off-by: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
----
- autoopts/mk-tpl-config.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/autoopts/mk-tpl-config.sh b/autoopts/mk-tpl-config.sh
-index c4708a2..550870e 100755
---- a/autoopts/mk-tpl-config.sh
-+++ b/autoopts/mk-tpl-config.sh
-@@ -102,7 +102,7 @@ fix_scripts() {
- sed 1d $f
- ;;
-
-- */sh ) echo '#!' ${POSIX_SHELL}
-+ */sh ) echo '#!/bin/sh'
- sed 1d $f
- ;;
-
---
-2.7.4
-