All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems][PATCH] unionfs-fuse: A FUSE based implementation of UnionFS
@ 2014-06-16 11:59 Tom Rini
  2014-06-17  1:41 ` Hongxu Jia
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2014-06-16 11:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Cc: Koen Kooi <koen@dominion.thruhere.net>
Cc: Philip Balister <philip@balister.org>
Cc: hongxu jia <hongxu.jia@windriver.com>
Signed-off-by: Tom Rini <tom.rini@gmail.com>
---
 .../recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb

diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
new file mode 100644
index 0000000..1d50364
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A FUSE based implemention of unionfs"
+HOMEPAGE = "http://podgorny.cz/moin/UnionFsFuse"
+SECTION = "console/network"
+LICENSE = "BSD-3-Clause"
+DEPENDS = "fuse"
+LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32"
+
+SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2"
+SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662"
+
+do_install() {
+	oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
+}
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-filesystems][PATCH] unionfs-fuse: A FUSE based implementation of UnionFS
  2014-06-16 11:59 [meta-filesystems][PATCH] unionfs-fuse: A FUSE based implementation of UnionFS Tom Rini
@ 2014-06-17  1:41 ` Hongxu Jia
  0 siblings, 0 replies; 2+ messages in thread
From: Hongxu Jia @ 2014-06-17  1:41 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

Reviewed by Hongxu

//Hongxu

On 06/16/2014 07:59 PM, Tom Rini wrote:
> Cc: Koen Kooi <koen@dominion.thruhere.net>
> Cc: Philip Balister <philip@balister.org>
> Cc: hongxu jia <hongxu.jia@windriver.com>
> Signed-off-by: Tom Rini <tom.rini@gmail.com>
> ---
>   .../recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | 15 +++++++++++++++
>   1 file changed, 15 insertions(+)
>   create mode 100644 meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
>
> diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
> new file mode 100644
> index 0000000..1d50364
> --- /dev/null
> +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "A FUSE based implemention of unionfs"
> +HOMEPAGE = "http://podgorny.cz/moin/UnionFsFuse"
> +SECTION = "console/network"
> +LICENSE = "BSD-3-Clause"
> +DEPENDS = "fuse"
> +LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32"
> +
> +SRC_URI = "http://podgorny.cz/unionfs-fuse/releases/${PN}-${PV}.tar.xz"
> +
> +SRC_URI[md5sum] = "689c636484756f6f7a728ef354cbeac2"
> +SRC_URI[sha256sum] = "8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662"
> +
> +do_install() {
> +	oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix}
> +}



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-17  1:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 11:59 [meta-filesystems][PATCH] unionfs-fuse: A FUSE based implementation of UnionFS Tom Rini
2014-06-17  1:41 ` 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.