diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-03-08 15:30:38 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-03-08 15:30:42 -0700 |
commit | 4eb51d8d2cb8b68fe411ead09e279652d9c0a73d (patch) | |
tree | b489aca8c23563f5676bcbc13bdbc9117bfe65a1 /recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | |
parent | c77f216ab2a518229795b4ee42f76372df93fe7c (diff) |
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.15.99.bb')
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb index 0c61d2acc4..e8d59d8ecc 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb @@ -13,7 +13,7 @@ require linux-libc-headers.inc # since we assume GPL for linux i think we can also assume it here DEFAULT_PREFERENCE = "-1" INHIBIT_DEFAULT_DEPS = "1" -PR = "r5" +PR = "r6" SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \ file://keyboard.patch;patch=1 \ @@ -55,14 +55,6 @@ do_configure () { fi } -do_stage () { - install -d ${STAGING_INCDIR} - rm -rf ${STAGING_INCDIR}/linux ${STAGING_INCDIR}/asm ${STAGING_INCDIR}/asm-generic - cp -pfLR include/linux ${STAGING_INCDIR}/ - cp -pfLR include/asm ${STAGING_INCDIR}/ - cp -pfLR include/asm-generic ${STAGING_INCDIR}/ -} - do_install() { install -d ${D}${includedir} cp -pfLR include/linux ${D}${includedir}/ |