diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-19 22:29:13 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-26 11:19:54 +0000 |
| commit | 1867965acd5291725069346eda9b239e60af2694 (patch) | |
| tree | 80314ec15bc0d9aa7ec5df29f469df9b8139bd53 /meta/recipes-core/newlib | |
| parent | 3436264a32d025f44aecacb8b7498c1157fe80e5 (diff) | |
| download | poky-1867965acd5291725069346eda9b239e60af2694.tar.gz | |
recipes: Drop virtual/libc-for-gcc
We no longer have special "libc" for gcc so we can rely on plain
virtual/libc and reduce the complexity in the dependencies.
(From OE-Core rev: 122217b421f749b5fef52bea44ad6e04bc8f8d3a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/newlib')
| -rw-r--r-- | meta/recipes-core/newlib/newlib_3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/newlib/newlib_3.0.0.bb b/meta/recipes-core/newlib/newlib_3.0.0.bb index 09238fe006..db13724eb5 100644 --- a/meta/recipes-core/newlib/newlib_3.0.0.bb +++ b/meta/recipes-core/newlib/newlib_3.0.0.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require newlib.inc | 1 | require newlib.inc |
| 2 | 2 | ||
| 3 | PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc virtual/libiconv virtual/libintl" | 3 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl" |
| 4 | 4 | ||
| 5 | do_configure() { | 5 | do_configure() { |
| 6 | ${S}/configure ${EXTRA_OECONF} | 6 | ${S}/configure ${EXTRA_OECONF} |
