summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-26 22:28:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 13:31:00 +0100
commitc4c029ad515eff002ef59a72bbb920381fc6f534 (patch)
tree1a430f8301e583825403ced74b01c1b132bf0453 /meta/recipes-devtools/bison
parent56bcc2ff59a61e7a084863f6c66e4d357c75321d (diff)
downloadast2050-yocto-poky-c4c029ad515eff002ef59a72bbb920381fc6f534.zip
ast2050-yocto-poky-c4c029ad515eff002ef59a72bbb920381fc6f534.tar.gz
bison: link in librt on uclibc
uclibc has some functions in librt that are needed by bison build. (From OE-Core rev: 987bc3ff3e1a619132434c5d939c7035d3d19fcb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_2.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
index c5113cd..fc3bb6d 100644
--- a/meta/recipes-devtools/bison/bison_2.5.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.bb
@@ -21,6 +21,7 @@ SRC_URI = "${BASE_SRC_URI} \
SRC_URI[md5sum] = "687e1dcd29452789d34eaeea4c25abe4"
SRC_URI[sha256sum] = "722def46e4a19a5b7a579ef30db1965f86c37c1a20a5f0113743a2e4399f7c99"
+LDFLAGS_prepend_libc-uclibc = " -lrt "
DEPENDS_virtclass-native = "gettext-minimal-native"
SRC_URI_virtclass-native = "${BASE_SRC_URI}"
OpenPOWER on IntegriCloud