diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-29 10:54:55 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-29 10:54:55 +0000 |
commit | 7518963d4a408a60558f992a2c238ad42df2e634 (patch) | |
tree | a6c9ec9d221749657006ba7c081f94744f740ff4 /packages/linux-libc-headers/linux-libc-headers.inc | |
parent | 90446f41cd84821873a471f8cd44e82a16f571bf (diff) |
linux-libc-headers: Add dependency on cross-linkage, no longer need to install headers to cross/ (from poky).
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers.inc')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers.inc b/packages/linux-libc-headers/linux-libc-headers.inc index d9f4d687ee..43f0958863 100644 --- a/packages/linux-libc-headers/linux-libc-headers.inc +++ b/packages/linux-libc-headers/linux-libc-headers.inc @@ -1,3 +1,5 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." SECTION = "devel" LICENSE = "GPL" + +DEPENDS = "cross-linkage"
\ No newline at end of file |