From: Zongchun Yu <zongchun...@freescale.com> Signed-off-by: Zongchun Yu <zongchun...@freescale.com> --- .../doxygen/doxygen-native_1.8.6.bb | 23 ++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/doxygen/doxygen-native_1.8.6.bb
diff --git a/meta/recipes-devtools/doxygen/doxygen-native_1.8.6.bb b/meta/recipes-devtools/doxygen/doxygen-native_1.8.6.bb new file mode 100644 index 0000000..eac4c9b --- /dev/null +++ b/meta/recipes-devtools/doxygen/doxygen-native_1.8.6.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Utilities for generating documentation from source code" +HOMEPAGE = "http://www.stack.nl/~dimitri/doxygen/index.html" +SECTION = "console/utils" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b380c86cea229fa42b9e543fc491f5eb" +DEPENDS = "flex-native bison-native" + +SRC_URI = "http://ftp.stack.nl/pub/users/dimitri/doxygen-${PV}.src.tar.gz" + +SRC_URI[md5sum] = "9385dc52f0627875f8fa758e754ec674" +SRC_URI[sha256sum] = "6a718625f0c0c1eb3dee78ec1f83409b49e790f4c6c47fd44cd51cb92695535f" + +inherit native + +EXTRA_OECONF = "--prefix ${prefix}" + +do_configure () { + ./configure ${EXTRA_OECONF} +} + +do_install() { + oe_runmake install DESTDIR=${D} MAN1DIR=share/man/man1 +} -- 1.7.0.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core