diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-29 17:53:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-02 11:28:26 +0000 |
commit | a9d8f368265ca9ffd86d6715ad55dcfa124c8766 (patch) | |
tree | 0cd1b9566e31f6478b8ce8a744ddeb887d34d6a6 /meta | |
parent | fabdf2f57a8e0ebe8ab7e82f92f3b298e113fcc0 (diff) | |
download | poky-a9d8f368265ca9ffd86d6715ad55dcfa124c8766.tar.gz |
eglibc-initial.inc: Drop duplicate include
There is little point in including the file twice so lets not. The
main recipe already included it.
(From OE-Core rev: b3cccee0c66ce744a79843a5dd9798475c84e23c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc index 83b1d2cecf..0f0e1cd5e1 100644 --- a/meta/recipes-core/eglibc/eglibc-initial.inc +++ b/meta/recipes-core/eglibc/eglibc-initial.inc | |||
@@ -1,5 +1,3 @@ | |||
1 | require eglibc-common.inc | ||
2 | |||
3 | DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial" | 1 | DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial" |
4 | PROVIDES = "virtual/${TARGET_PREFIX}libc-initial" | 2 | PROVIDES = "virtual/${TARGET_PREFIX}libc-initial" |
5 | 3 | ||