[oe] [meta-oe][PATCH 01/11] fuse: add 2.8.5

Paul Menzel paulepanter at users.sourceforge.net
Sun May 8 06:30:29 UTC 2011


Am Sonntag, den 08.05.2011, 02:42 +0000 schrieb Otavio Salvador:
> This recipes is required by ntfs-3g-ntfsprogs.

Is this based on the OE recipe? Could you add an inc file right from the
beginning?

> Signed-off-by: Otavio Salvador <otavio at 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"

Could you also add a section please.

> +LICENSE = "GPLv2"
> +RRECOMMENDS_fuse = "kernel-module-fuse""

Use `_${PN}`?

> +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"

Space in the beginning not needed?

> +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"

I would put these field to the first `SRC_URI` fields.


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110508/e463f439/attachment-0002.sig>


More information about the Openembedded-devel mailing list