From: Saul Wold <sgw@linux.intel.com>
To: Khem Raj <raj.khem@gmail.com>, Zongchun YU <b40527@freescale.com>
Cc: Zongchun Yu <Zongchun.Yu@freescale.com>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/2] doxygen: add recipe
Date: Sun, 18 May 2014 20:01:50 -0700 [thread overview]
Message-ID: <5379741E.5010207@linux.intel.com> (raw)
In-Reply-To: <CAMKF1spxe7wAPvbGHB94n3bvHjNO5K+jnnrXHMzpDaYMtfqntg@mail.gmail.com>
On 05/16/2014 01:40 AM, Khem Raj wrote:
> On Fri, May 16, 2014 at 12:45 AM, <b40527@freescale.com> wrote:
>> From: Zongchun Yu <Zongchun.Yu@freescale.com>
>>
>> Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
>> ---
>> .../doxygen/doxygen-native_1.8.6.bb | 23 ++++++++++++++++++++
>
> Commit message should say that its adding recipe for doxygen-native
> and not oxygen
Also why are we adding it, what packages needs doxygen ?
Sau!
>
>> 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
next prev parent reply other threads:[~2014-05-19 3:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 7:45 [PATCH 1/2] doxygen: add recipe b40527
2014-05-16 8:40 ` Khem Raj
2014-05-19 3:01 ` Saul Wold [this message]
2014-05-19 3:10 ` Zongchun YU
2014-05-19 3:12 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5379741E.5010207@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=Zongchun.Yu@freescale.com \
--cc=b40527@freescale.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.