java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / cdump / cdump-native.bb
blob3b14884a3352aea46c7bdd611c463802244d54e9
1 DESCRIPTION = "Cdump tool from abiword - needed for building abiword"
2 inherit native
4 S = "${WORKDIR}/abiword-2.0.12/"
5 SRC_URI = "file://abiword-2.0.12/cdump.c"
7 do_compile() {
8 gcc -o cdump cdump.c
11 do_stage() {
12 install -m 755 cdump ${STAGING_BINDIR}
15 do_install() {
16 true