From: Stanislav Brabec Date: Sat, 24 Jul 2010 22:03:32 +0000 (+0000) Subject: encdec-updater: Get rid of legacy staging. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca8d43c15a7ed4d43800e00da08165421ea8b8f;p=openembedded.git encdec-updater: Get rid of legacy staging. --- diff --git a/recipes/zaurus-utils/encdec-updater-native.bb b/recipes/zaurus-utils/encdec-updater-native.bb deleted file mode 100644 index d2b719ca02..0000000000 --- a/recipes/zaurus-utils/encdec-updater-native.bb +++ /dev/null @@ -1,2 +0,0 @@ -require encdec-updater.bb -inherit native diff --git a/recipes/zaurus-utils/encdec-updater.bb b/recipes/zaurus-utils/encdec-updater.bb index 72ecdcad48..7bd85c5a60 100644 --- a/recipes/zaurus-utils/encdec-updater.bb +++ b/recipes/zaurus-utils/encdec-updater.bb @@ -6,6 +6,9 @@ SRC_URI = "file://encdec-updater.c" COMPATIBLE_MACHINE = '(poodle|c7x0|spitz|akita|tosa)' +BBCLASSEXTEND = "native" +NATIVE_INSTALL_WORKS = "1" + do_compile() { ${CC} ${LDFLAGS} -o encdec-updater ${WORKDIR}/encdec-updater.c }