linux-libc-headers: Add dependency fixes from poky
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 4 Mar 2008 15:26:27 +0000 (15:26 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 4 Mar 2008 15:26:27 +0000 (15:26 +0000)
packages/linux-libc-headers/linux-libc-headers.inc
packages/linux-libc-headers/linux-libc-headers_2.6.23.bb

index d9f4d68..aaf528d 100644 (file)
@@ -1,3 +1,6 @@
 DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
 SECTION = "devel"
 LICENSE = "GPL"
+
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"
index 595edde..0e5debc 100644 (file)
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
            file://procinfo.h"