From cd86e84fb56028aa5ec349da5aee6b4d8bda52f6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 1 Aug 2010 20:22:01 +0100 Subject: 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 --- recipes/chicken/chicken-cross_4.4.0.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'recipes/chicken/chicken-cross_4.4.0.bb') 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} = "" -- cgit 1.2.3-korg