aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-03-08 15:30:38 -0700
committerChris Larson <chris_larson@mentor.com>2010-03-08 15:30:42 -0700
commit4eb51d8d2cb8b68fe411ead09e279652d9c0a73d (patch)
treeb489aca8c23563f5676bcbc13bdbc9117bfe65a1 /recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
parentc77f216ab2a518229795b4ee42f76372df93fe7c (diff)
downloadopenembedded-4eb51d8d2cb8b68fe411ead09e279652d9c0a73d.tar.gz
linux-libc-headers: kill unneeded do_stage functions
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
index 33872e6f89..d18be34a6e 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb
@@ -2,7 +2,7 @@ require linux-libc-headers.inc
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS += "unifdef-native"
-PR = "r0"
+PR = "r1"
DEFAULT_PREFERENCE = "-1"
@@ -44,8 +44,3 @@ do_install() {
set_arch
oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
}
-
-do_stage () {
- set_arch
- oe_runmake headers_install INSTALL_HDR_PATH=${STAGING_DIR_HOST}${layout_prefix} ARCH=$ARCH
-}