summaryrefslogtreecommitdiff
path: root/recipes/chicken/chicken-cross_4.4.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:22:01 +0100
committerKhem Raj <raj.khem@gmail.com>2010-08-06 23:45:26 -0700
commit50e26bd0f81e6f8326e933d502dc058a323f7fe5 (patch)
tree96fb0d0d371ab14bc5d4510f099cbd1447772e73 /recipes/chicken/chicken-cross_4.4.0.bb
parent3027c97a05a29011c0929e53b698922dca4644c0 (diff)
chicken-cross: Remove do_stage
These do_stage functions are duplicates of the do_install so may as well be removed. The do_install doesn't install into ${D} but that is a different problem. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/chicken/chicken-cross_4.4.0.bb')
-rw-r--r--recipes/chicken/chicken-cross_4.4.0.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/chicken/chicken-cross_4.4.0.bb b/recipes/chicken/chicken-cross_4.4.0.bb
index 8efdb3164f..583e02f210 100644
--- a/recipes/chicken/chicken-cross_4.4.0.bb
+++ b/recipes/chicken/chicken-cross_4.4.0.bb
@@ -15,10 +15,6 @@ do_install() {
make PLATFORM="linux" PREFIX="${prefix}" TARGET_PREFIX="${STAGING_DIR_TARGET}${layout_prefix}" TARGETSYSTEM="${TARGET_SYS}" LIBRARIAN=ar install
}
-do_stage() {
- make PLATFORM="linux" PREFIX="${prefix}" TARGET_PREFIX="${STAGING_DIR_TARGET}${layout_prefix}" TARGETSYSTEM="${TARGET_SYS}" LIBRARIAN=ar install
-}
-
PACKAGES += "chicken-bin libchicken libuchicken"
FILES_${PN} = ""