diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-07-24 22:03:32 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-07-24 22:03:32 +0000 |
commit | 1ca8d43c15a7ed4d43800e00da08165421ea8b8f (patch) | |
tree | 64fdc429d1cdbe77e3e060e3ddced765fc5458ad /recipes | |
parent | b142dddd61edff4520c86f189467a461574915e3 (diff) |
encdec-updater: Get rid of legacy staging.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/zaurus-utils/encdec-updater-native.bb | 2 | ||||
-rw-r--r-- | recipes/zaurus-utils/encdec-updater.bb | 3 |
2 files changed, 3 insertions, 2 deletions
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 } |