diff options
Diffstat (limited to 'meta/packages/linux-libc-headers')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers.inc b/meta/packages/linux-libc-headers/linux-libc-headers.inc index 43f0958863..b1a06152f9 100644 --- a/meta/packages/linux-libc-headers/linux-libc-headers.inc +++ b/meta/packages/linux-libc-headers/linux-libc-headers.inc | |||
@@ -2,4 +2,6 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." | |||
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | 4 | ||
5 | DEPENDS = "cross-linkage" \ No newline at end of file | 5 | #DEPENDS = "cross-linkage" |
6 | RDEPENDS_${PN}-dev = "" | ||
7 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PV}-${PR})" | ||