diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-12 12:10:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-12 12:10:34 +0000 |
commit | 938663c8834f94d483398debc6b1a4756b7fc74d (patch) | |
tree | 24535ef8f7b81050e61abe3fd4dfd50a1752be43 /meta/packages/linux-libc-headers | |
parent | 3860b24dae5d76d52850ae95e262a2fb87c489f2 (diff) | |
download | poky-938663c8834f94d483398debc6b1a4756b7fc74d.tar.gz |
linux-libc-headers: The dev and dbg packages shouldn't depend on PN which doesnt exist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3127 311d38ba-8fff-0310-9ca6-ca027cbcb966
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})" | ||