[oe-commits] org.oe.dev linux-libc-headers: Add dependency fixes from poky

rpurdie commit openembedded-commits at lists.openembedded.org
Tue Mar 4 15:46:51 UTC 2008


linux-libc-headers: Add dependency fixes from poky

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 8e2516afaaa24a7f517979818ae7304aadb4dbc9
ViewMTN: http://monotone.openembedded.org/revision/info/8e2516afaaa24a7f517979818ae7304aadb4dbc9
Files:
1
packages/linux-libc-headers/linux-libc-headers.inc
packages/linux-libc-headers/linux-libc-headers_2.6.23.bb
Diffs:

#
# mt diff -r5c59665d0dd415bc5372cdf976b15c13956e6f36 -r8e2516afaaa24a7f517979818ae7304aadb4dbc9
#
# 
# 
# patch "packages/linux-libc-headers/linux-libc-headers.inc"
#  from [8d23279cdfe7a7a9d3b20655625b2c6424e25069]
#    to [5c98632deeb64f09ea2d1409ebfb3f52ca329b18]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.23.bb"
#  from [66ed33603a1599bc68718e22c5e7fe1d81ff51cc]
#    to [9848fbf9a03e26527896520878c57d533bebc91e]
# 
============================================================
--- packages/linux-libc-headers/linux-libc-headers.inc	8d23279cdfe7a7a9d3b20655625b2c6424e25069
+++ packages/linux-libc-headers/linux-libc-headers.inc	5c98632deeb64f09ea2d1409ebfb3f52ca329b18
@@ -1,3 +1,6 @@ LICENSE = "GPL"
 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})"
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.23.bb	66ed33603a1599bc68718e22c5e7fe1d81ff51cc
+++ packages/linux-libc-headers/linux-libc-headers_2.6.23.bb	9848fbf9a03e26527896520878c57d533bebc91e
@@ -1,8 +1,8 @@ DEPENDS += "unifdef-native"
 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"






More information about the Openembedded-commits mailing list