* [meta-filesystems][PATCHv2] yaffs2-utils: Fix formatting, drop PR
@ 2014-01-22 11:44 Martin Jansa
2014-01-23 5:48 ` Hongxu Jia
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2014-01-22 11:44 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../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"
--
1.8.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-filesystems][PATCHv2] yaffs2-utils: Fix formatting, drop PR
2014-01-22 11:44 [meta-filesystems][PATCHv2] yaffs2-utils: Fix formatting, drop PR Martin Jansa
@ 2014-01-23 5:48 ` Hongxu Jia
0 siblings, 0 replies; 2+ messages in thread
From: Hongxu Jia @ 2014-01-23 5:48 UTC (permalink / raw)
To: openembedded-devel
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"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-23 5:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 11:44 [meta-filesystems][PATCHv2] yaffs2-utils: Fix formatting, drop PR Martin Jansa
2014-01-23 5:48 ` Hongxu Jia
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.