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

Otavio Salvador otavio at ossystems.com.br
Sun May 8 16:32:42 UTC 2011


On Sun, May 8, 2011 at 03:30, Paul Menzel
<paulepanter at users.sourceforge.net> wrote:
> 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?

I see no reason why we will need more then one version so I'd say this
is the right way for now.

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

Ok.

>> +LICENSE = "GPLv2"
>> +RRECOMMENDS_fuse = "kernel-module-fuse""
>
> Use `_${PN}`?

I updated it for the field but not the kernel module name.

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

right.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




More information about the Openembedded-devel mailing list