aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.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.11.1.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.11.1.bb')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
index e316a2c6c1..75a6251038 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
# standard linux kernel license applies.
# since we assume GPL for linux i think we can also assume it here
INHIBIT_DEFAULT_DEPS = "1"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
file://keyboard.patch;patch=1"
@@ -43,16 +43,8 @@ do_configure () {
fi
}
-do_stage () {
- install -d ${STAGING_INCDIR}
- rm -rf ${STAGING_INCDIR}/linux ${STAGING_INCDIR}/asm
- cp -pfLR include/linux ${STAGING_INCDIR}/
- cp -pfLR include/asm ${STAGING_INCDIR}/
-}
-
do_install() {
install -d ${D}${includedir}
cp -pfLR include/linux ${D}${includedir}/
cp -pfLR include/asm ${D}${includedir}/
}
-