All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/11] fuse: add 2.8.5
@ 2011-05-08  2:42 Otavio Salvador
  2011-05-08  2:42 ` [meta-oe][PATCH 02/11] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Otavio Salvador @ 2011-05-08  2:42 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

This recipes is required by ntfs-3g-ntfsprogs.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/fuse/fuse_2.8.5.bb |   32 ++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-support/fuse/fuse_2.8.5.bb

diff --git a/meta-oe/recipes-support/fuse/fuse_2.8.5.bb b/meta-oe/recipes-support/fuse/fuse_2.8.5.bb
new file mode 100644
index 0000000..cf323ce
--- /dev/null
+++ b/meta-oe/recipes-support/fuse/fuse_2.8.5.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "With FUSE it is possible to implement a fully functional filesystem in a userspace program"
+HOMEPAGE = "http://fuse.sf.net"
+LICENSE = "GPLv2"
+RRECOMMENDS_fuse = "kernel-module-fuse""
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = " --disable-kernel-module"
+
+PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
+
+FILES_${PN} += "${libdir}/libfuse.so.*"
+FILES_${PN}-dev += "${libdir}/libfuse*.la"
+
+FILES_libulockmgr = "${libdir}/libulockmgr.so.*"
+FILES_libulockmgr-dev += "${libdir}/libulock*.la"
+FILES_libulockmgr-dbg += "${libdir}/.debug/libulock*"
+
+# Forbid auto-renaming to libfuse-utils
+FILES_fuse-utils = "${bindir} ${base_sbindir}"
+FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug"
+DEBIAN_NOAUTONAME_fuse-utils = "1"
+DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
+
+SRC_URI[md5sum] = "8aa2fd689de00b73963620483084ae3b"
+SRC_URI[sha256sum] = "bec80e66ae8ee60dfdf67b2ca291266a45dcfe6bc20c64f3acfceaa38ed29a84"
-- 
1.7.2.5




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

end of thread, other threads:[~2011-05-08 16:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08  2:42 [meta-oe][PATCH 01/11] fuse: add 2.8.5 Otavio Salvador
2011-05-08  2:42 ` [meta-oe][PATCH 02/11] ntfs-3g-ntfsprogs: add 2011.4.12 recipes Otavio Salvador
2011-05-08  6:34   ` Paul Menzel
2011-05-08  8:34     ` Koen Kooi
2011-05-08  8:47       ` Paul Menzel
2011-05-08 16:13     ` Otavio Salvador
2011-05-08  8:33   ` Koen Kooi
2011-05-08  8:56   ` Phil Blundell
2011-05-08  2:42 ` [meta-oe][PATCH 03/11] setxkbmap: add 1.2.0 version Otavio Salvador
2011-05-08  6:36   ` Paul Menzel
2011-05-08  2:42 ` [meta-oe][PATCH 04/11] freerdp: add recipe based on GIT from 2009-03-29 Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 05/11] pixman.inc: use Xorg mirror Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 06/11] p910nd: add 0.95 version Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 07/11] libiconv: drop hack since gettext was being inherited Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 08/11] libinih: add git recipe Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 09/11] qt4: drop 4.6 versions Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 10/11] postgresql: update to 8.4.7 since 8.4.4 was unfetchable Otavio Salvador
2011-05-08  2:43 ` [meta-oe][PATCH 11/11] qt4: fix 4.7.2 checksum Otavio Salvador
2011-05-08  4:50   ` Martin Jansa
2011-05-08  5:07     ` Otavio Salvador
2011-05-08  6:30 ` [meta-oe][PATCH 01/11] fuse: add 2.8.5 Paul Menzel
2011-05-08 16:32   ` Otavio Salvador

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.