| Submitter | Khem Raj |
|---|---|
| Date | June 28, 2012, 9:36 p.m. |
| Message ID | <4e9cdbc999a817f14b6f0a40546f3cae1d13c5e1.1340919157.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/30853/ |
| State | New |
| Headers | show |
Comments
Patch
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}"
uclibc has some functions in librt that are needed by bison build. Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-devtools/bison/bison_2.5.bb | 1 + 1 file changed, 1 insertion(+)