diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-15 20:30:03 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-17 19:57:32 +0100 |
| commit | 7dc5a703fb3c8e065e9563ca7e48d43d12ead84b (patch) | |
| tree | 2dbb67bb69ed34f4263c29136660d64c059aa6ee /meta/recipes-devtools/expect/expect_5.45.4.bb | |
| parent | a3e781582267b0842c04f3077ad3e561c1283d76 (diff) | |
| download | poky-7dc5a703fb3c8e065e9563ca7e48d43d12ead84b.tar.gz | |
expect: Fix implicit-function-declaration warnings
(From OE-Core rev: 06ca0b74e5856890a55be15b5061280cbab43d79)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/expect/expect_5.45.4.bb')
| -rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index e22fa140d5..6cb46f334c 100644 --- a/meta/recipes-devtools/expect/expect_5.45.4.bb +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb | |||
| @@ -26,7 +26,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \ | |||
| 26 | file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \ | 26 | file://0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch \ |
| 27 | file://0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch \ | 27 | file://0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch \ |
| 28 | file://0001-fixline1-fix-line-1.patch \ | 28 | file://0001-fixline1-fix-line-1.patch \ |
| 29 | " | 29 | file://0001-Add-prototype-to-function-definitions.patch \ |
| 30 | " | ||
| 30 | SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2" | 31 | SRC_URI[md5sum] = "00fce8de158422f5ccd2666512329bd2" |
| 31 | SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34" | 32 | SRC_URI[sha256sum] = "49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34" |
| 32 | 33 | ||
