From c73f8d610ab7fdd707218d8d59461628b9c25961 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 6 May 2010 09:10:48 +0200 Subject: [PATCH] unifdef-native: convert to new style staging --- recipes/unifdef/unifdef-native_2.6.18+git.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/recipes/unifdef/unifdef-native_2.6.18+git.bb b/recipes/unifdef/unifdef-native_2.6.18+git.bb index f2992ca709..2c0892d841 100644 --- a/recipes/unifdef/unifdef-native_2.6.18+git.bb +++ b/recipes/unifdef/unifdef-native_2.6.18+git.bb @@ -10,11 +10,8 @@ do_compile() { ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c } -do_stage() { - install -m 0755 unifdef ${STAGING_BINDIR} -} - do_install() { - : + install -m 0755 unifdef ${D}${bindir} } + -- 2.39.5