diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-08 19:36:35 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-16 12:25:03 +0000 |
| commit | bee7e3756adf70edaeabe9d43166707aab84f581 (patch) | |
| tree | 282ffa29aabe1bb3f6fc47e2b8390c83fe1d34ba /meta | |
| parent | 8c102dba491927745d34b15176f9e4ba6c3c07c6 (diff) | |
| download | poky-bee7e3756adf70edaeabe9d43166707aab84f581.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: 243c5a38cc4e95f47ba18210fea1b86a7f58b099)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | ||
