From: Hongxu Jia <hongxu.jia@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-filesystems][PATCHv2] yaffs2-utils: Fix formatting, drop PR
Date: Thu, 23 Jan 2014 13:48:12 +0800 [thread overview]
Message-ID: <52E0AD1C.6060802@windriver.com> (raw)
In-Reply-To: <1390391045-16689-1-git-send-email-Martin.Jansa@gmail.com>
On 01/22/2014 07:44 PM, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Reviewed-by: Hongxu Jia <hongxu.jia@windriver.comx>
//Hongxu
> ---
> .../recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 21 +++++++++------------
> 1 file changed, 9 insertions(+), 12 deletions(-)
>
> diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
> index 2b7452b..0e1e460 100644
> --- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
> +++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
> @@ -1,38 +1,35 @@
> SUMMARY = "Yet Another Flash File System"
> -
> DESCRIPTION = "Tools for managing 'yaffs2' file systems."
>
> SECTION = "base"
> HOMEPAGE = "http://www.yaffs.net"
> +
> LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5464f9b3e981ca574e65b00e438561"
>
> -PR = "r0"
> PV = "0.0+git${SRCPV}"
>
> DEPENDS = "mtd-utils"
> -S = "${WORKDIR}/git"
>
> # Source is the HEAD of master branch at the time of writing this recipe
> -SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
> - "
> +SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master"
> SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
> -
> -LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5464f9b3e981ca574e65b00e438561"
> +S = "${WORKDIR}/git"
>
> CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
>
> do_compile() {
> - cd utils && oe_runmake
> + cd utils && oe_runmake
> }
>
> INSTALL_FILES = "mkyaffsimage \
> mkyaffs2image \
> "
> do_install() {
> - install -d ${D}${sbindir}/
> - for i in ${INSTALL_FILES}; do
> - install -m 0755 utils/$i ${D}${sbindir}/
> - done
> + install -d ${D}${sbindir}/
> + for i in ${INSTALL_FILES}; do
> + install -m 0755 utils/$i ${D}${sbindir}/
> + done
> }
>
> BBCLASSEXTEND = "native"
prev parent reply other threads:[~2014-01-23 5:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 11:44 [meta-filesystems][PATCHv2] yaffs2-utils: Fix formatting, drop PR Martin Jansa
2014-01-23 5:48 ` Hongxu Jia [this message]
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=52E0AD1C.6060802@windriver.com \
--to=hongxu.jia@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox