From 18074765f1529a3a632abbaa79724c38ff25578a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 4 Mar 2008 12:12:40 +0000 Subject: Change staging layout to match the target system layout. WARNING - staging ABI change. This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild. --- packages/linux-libc-headers/linux-libc-headers.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/linux-libc-headers/linux-libc-headers.inc') diff --git a/packages/linux-libc-headers/linux-libc-headers.inc b/packages/linux-libc-headers/linux-libc-headers.inc index 43f0958863..d9f4d687ee 100644 --- a/packages/linux-libc-headers/linux-libc-headers.inc +++ b/packages/linux-libc-headers/linux-libc-headers.inc @@ -1,5 +1,3 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." SECTION = "devel" LICENSE = "GPL" - -DEPENDS = "cross-linkage" \ No newline at end of file -- cgit v1.2.3