summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux-libc-headers
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/linux-libc-headers')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers.inc4
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."
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "GPL" 3LICENSE = "GPL"
4 4
5DEPENDS = "cross-linkage" \ No newline at end of file 5#DEPENDS = "cross-linkage"
6RDEPENDS_${PN}-dev = ""
7RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${PV}-${PR})"