diff options
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.26.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.26.bb b/meta/recipes-core/glibc/glibc_2.26.bb index cc7d3cd596..8c0eb98af6 100644 --- a/meta/recipes-core/glibc/glibc_2.26.bb +++ b/meta/recipes-core/glibc/glibc_2.26.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \ | |||
| 5 | file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \ | 5 | file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \ |
| 6 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | 6 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" |
| 7 | 7 | ||
| 8 | DEPENDS += "gperf-native" | 8 | DEPENDS += "gperf-native bison-native" |
| 9 | 9 | ||
| 10 | SRCREV ?= "1c9a5c270d8b66f30dcfaf1cb2d6cf39d3e18369" | 10 | SRCREV ?= "1c9a5c270d8b66f30dcfaf1cb2d6cf39d3e18369" |
| 11 | 11 | ||
| @@ -108,6 +108,10 @@ do_configure () { | |||
| 108 | # version check and doesn't really help with anything | 108 | # version check and doesn't really help with anything |
| 109 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" | 109 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" |
| 110 | find ${S} -name "configure" | xargs touch | 110 | find ${S} -name "configure" | xargs touch |
| 111 | # "plural.c" may or may not get regenerated from "plural.y" so we | ||
| 112 | # touch "plural.y" to make sure it does. (This should not be needed | ||
| 113 | # for glibc version 2.26+) | ||
| 114 | find ${S}/intl -name "plural.y" | xargs touch | ||
| 111 | CPPFLAGS="" oe_runconf | 115 | CPPFLAGS="" oe_runconf |
| 112 | } | 116 | } |
| 113 | 117 | ||
