diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-05-31 16:02:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-04 15:55:46 +0100 |
commit | a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199 (patch) | |
tree | 45b3bad81400157ec6a87659899806b7007a18af /meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | |
parent | 2aed8981e6fa9abd9b827d3f81ccb7023efefbc6 (diff) | |
download | poky-a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199.tar.gz |
lrzsz: check locale.h in configure1.5_M1.rc11.5_M1.final
fix the build failure:
lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function)
(From OE-Core rev: 8a2ac668d99f7d64c2acffc3a39cedb2d152be6e)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb')
-rw-r--r-- | meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb index 83a75e36cd..0147b3dc2f 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb +++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | |||
@@ -10,13 +10,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
10 | file://src/lrz.c;beginline=1;endline=10;md5=5276956373ff7d8758837f6399a1045f" | 10 | file://src/lrz.c;beginline=1;endline=10;md5=5276956373ff7d8758837f6399a1045f" |
11 | SECTION = "console/network" | 11 | SECTION = "console/network" |
12 | DEPENDS = "" | 12 | DEPENDS = "" |
13 | PR = "r5" | 13 | PR = "r6" |
14 | 14 | ||
15 | SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ | 15 | SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ |
16 | file://autotools.patch \ | 16 | file://autotools.patch \ |
17 | file://makefile.patch \ | 17 | file://makefile.patch \ |
18 | file://gettext.patch \ | 18 | file://gettext.patch \ |
19 | file://lrzsz_fix_for_automake-1.12.patch \ | 19 | file://lrzsz_fix_for_automake-1.12.patch \ |
20 | file://lrzsz-check-locale.h.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4" | 23 | SRC_URI[md5sum] = "b5ce6a74abc9b9eb2af94dffdfd372a4" |