On Wed, Dec 17, 2014 at 03:42:42PM +0800, Qian Lei wrote: > LogFS is a Linux log-structured and scalable flash file system, intended > for use on large devices of flash memory. Logfsprogs is used to create > LogFS file system. > > Signed-off-by: Qian Lei <[email protected]> > --- > .../recipes-filesystems/logfsprogs/logfsprogs.bb | 28 > ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 > meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs.bb > > diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs.bb > b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs.bb > new file mode 100644 > index 0000000..7e9de01 > --- /dev/null > +++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs.bb > @@ -0,0 +1,28 @@ > +SUMMARY = "LogFS Programs: used to create LogFS file system" > +DESCRIPTION = "\ > +LogFS is a Linux log-structured and scalable flash file system, intended \ > +for use on large devices of flash memory. It is written by Jörn Engel and \ > +in part sponsored by the CE Linux Forum. \ > +LogFS is included in the mainline Linux kernel and was introduced in \ > +version 2.6.34, released on May 16, 2010." > +SECTION = "base" > +HOMEPAGE = "https://github.com/prasad-joshi/logfsprogs" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" > +DEPENDS = "zlib" > + > +SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git" > +SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4" > + > +S = "${WORKDIR}/git" > + > +do_compile () { > + make CC="${CC}" LD="${LD}" AR="${AR}"
Please use oe_runmake here, otherwise it looks good to me. Bye Henning -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
