diff options
| -rw-r--r-- | recipes-dpaa2/restool/restool/0001-restool-fix-build-error-with-gcc7.patch | 24 | ||||
| -rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 6 | 
2 files changed, 2 insertions, 28 deletions
| diff --git a/recipes-dpaa2/restool/restool/0001-restool-fix-build-error-with-gcc7.patch b/recipes-dpaa2/restool/restool/0001-restool-fix-build-error-with-gcc7.patch deleted file mode 100644 index 82ade02ba..000000000 --- a/recipes-dpaa2/restool/restool/0001-restool-fix-build-error-with-gcc7.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | From 895db76654c796a0edc6b2d329addde108b1755c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 3 | Date: Wed, 19 Jul 2017 14:31:23 +0800 | ||
| 4 | Subject: [PATCH] restool: fix build error with gcc7 | ||
| 5 | |||
| 6 | --- | ||
| 7 | Makefile | 1 - | ||
| 8 | 1 file changed, 1 deletion(-) | ||
| 9 | |||
| 10 | diff --git a/Makefile b/Makefile | ||
| 11 | index 3976b66..df1e791 100644 | ||
| 12 | --- a/Makefile | ||
| 13 | +++ b/Makefile | ||
| 14 | @@ -64,7 +64,6 @@ CFLAGS = ${EXTRA_CFLAGS} \ | ||
| 15 | -Wmissing-prototypes \ | ||
| 16 | -Wpointer-arith \ | ||
| 17 | -Winline \ | ||
| 18 | - -Werror \ | ||
| 19 | -Wundef \ | ||
| 20 | -Icommon/ | ||
| 21 | |||
| 22 | -- | ||
| 23 | 2.7.4 | ||
| 24 | |||
| diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 0211c7799..132af9f6b 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
| @@ -4,10 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" | |||
| 4 | 4 | ||
| 5 | RDEPENDS_${PN} += "bash dtc" | 5 | RDEPENDS_${PN} += "bash dtc" | 
| 6 | 6 | ||
| 7 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ | 7 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1" | 
| 8 | file://0001-restool-fix-build-error-with-gcc7.patch" | 8 | SRCREV = "8ddbe4c9559ffad5d7e5dd3cd5f00ceeff7f05d4" | 
| 9 | |||
| 10 | SRCREV = "f0cec094e4c6d1c975b377203a3bf994ba9325a9" | ||
| 11 | 9 | ||
| 12 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" | 
| 13 | 11 | ||
