* [meta-filesystems][PATCH 0/2] Update fuse-exfat and utils
@ 2016-04-01 8:00 Anuj Mittal
2016-04-01 8:00 ` [meta-filesystems][PATCH 1/2] fuse-exfat: update to version 1.2.3 Anuj Mittal
2016-04-01 8:00 ` [meta-filesystems][PATCH 2/2] exfat-utils: " Anuj Mittal
0 siblings, 2 replies; 5+ messages in thread
From: Anuj Mittal @ 2016-04-01 8:00 UTC (permalink / raw)
To: openembedded-devel
These patches update fuse-exfat and exfat-utils to version 1.2.3.
Please merge if these look okay.
Thanks.
Anuj Mittal (2):
fuse-exfat: update to version 1.2.3
exfat-utils: update to version 1.2.3
.../{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} | 14 ++++----------
.../{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb} | 16 ++++------------
2 files changed, 8 insertions(+), 22 deletions(-)
rename meta-filesystems/recipes-filesystems/fuse-exfat/{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} (65%)
rename meta-filesystems/recipes-utils/exfat-utils/{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb} (65%)
--
1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-filesystems][PATCH 1/2] fuse-exfat: update to version 1.2.3
2016-04-01 8:00 [meta-filesystems][PATCH 0/2] Update fuse-exfat and utils Anuj Mittal
@ 2016-04-01 8:00 ` Anuj Mittal
2016-04-01 8:00 ` [meta-filesystems][PATCH 2/2] exfat-utils: " Anuj Mittal
1 sibling, 0 replies; 5+ messages in thread
From: Anuj Mittal @ 2016-04-01 8:00 UTC (permalink / raw)
To: openembedded-devel
Package now uses autotools instead of scons.
Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
---
.../{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
rename meta-filesystems/recipes-filesystems/fuse-exfat/{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} (65%)
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
similarity index 65%
rename from meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
rename to meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
index 6a83ab2..639e33c 100644
--- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.1.0.bb
+++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
@@ -12,15 +12,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \
DEPENDS = "fuse virtual/libc"
RRECOMMENDS_${PN} = "util-linux-mount"
-inherit scons
+inherit autotools pkgconfig
-SRC_URI[md5sum] = "b2a23c032661cb1c1da4514e7af33916"
-SRC_URI[sha256sum] = "198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e"
+SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c"
+SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9"
-EXTRA_OESCONS = " \
- CCFLAGS='${CCFLAGS} -std=c99' DESTDIR=${D}/${base_sbindir} \
-"
-
-do_install_prepend() {
- install -d ${D}/${base_sbindir}
-}
+S = "${WORKDIR}/${PN}-${PV}"
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-filesystems][PATCH 2/2] exfat-utils: update to version 1.2.3
2016-04-01 8:00 [meta-filesystems][PATCH 0/2] Update fuse-exfat and utils Anuj Mittal
2016-04-01 8:00 ` [meta-filesystems][PATCH 1/2] fuse-exfat: update to version 1.2.3 Anuj Mittal
@ 2016-04-01 8:00 ` Anuj Mittal
2016-04-01 9:39 ` Martin Jansa
1 sibling, 1 reply; 5+ messages in thread
From: Anuj Mittal @ 2016-04-01 8:00 UTC (permalink / raw)
To: openembedded-devel
*License file checksum has changed
*Package now uses autotools instead of scons
Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
---
.../{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb} | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
rename meta-filesystems/recipes-utils/exfat-utils/{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb} (65%)
diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
similarity index 65%
rename from meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb
rename to meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
index a5a314f..7991aa7 100644
--- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb
+++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
@@ -10,20 +10,12 @@ contains \
HOMEPAGE = "http://code.google.com/p/exfat/"
SECTION = "universe/otherosfs"
LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \
"
DEPENDS = "virtual/libc"
-inherit scons
+inherit pkgconfig autotools
-SRC_URI[md5sum] = "e592130829d0bf61fa5e3cd1c759d329"
-SRC_URI[sha256sum] = "eeacedca1878065dc3886674ae39cd51149c37bd7d6d7e9325c971a1d1acdab3"
-
-EXTRA_OESCONS = " \
- DESTDIR=${D}/${base_sbindir} \
-"
-
-do_install_prepend() {
- install -d ${D}/${base_sbindir}
-}
+SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242"
+SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea"
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-filesystems][PATCH 2/2] exfat-utils: update to version 1.2.3
2016-04-01 8:00 ` [meta-filesystems][PATCH 2/2] exfat-utils: " Anuj Mittal
@ 2016-04-01 9:39 ` Martin Jansa
2016-04-01 9:54 ` Mittal, AnujX
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2016-04-01 9:39 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2364 bytes --]
On Fri, Apr 01, 2016 at 04:00:33PM +0800, Anuj Mittal wrote:
> *License file checksum has changed
That's clear from LIC_FILES_CHKSUM, you should stay what changed in the
file (often only Copyright years or author names), but saying that the
checksum is different doesn't help.
> *Package now uses autotools instead of scons
>
> Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
> ---
> .../{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb} | 16 ++++------------
> 1 file changed, 4 insertions(+), 12 deletions(-)
> rename meta-filesystems/recipes-utils/exfat-utils/{exfat-utils_1.0.1.bb => exfat-utils_1.2.3.bb} (65%)
>
> diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
> similarity index 65%
> rename from meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb
> rename to meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
> index a5a314f..7991aa7 100644
> --- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.0.1.bb
> +++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
> @@ -10,20 +10,12 @@ contains \
> HOMEPAGE = "http://code.google.com/p/exfat/"
> SECTION = "universe/otherosfs"
> LICENSE = "GPLv3"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \
> "
> DEPENDS = "virtual/libc"
>
> -inherit scons
> +inherit pkgconfig autotools
>
> -SRC_URI[md5sum] = "e592130829d0bf61fa5e3cd1c759d329"
> -SRC_URI[sha256sum] = "eeacedca1878065dc3886674ae39cd51149c37bd7d6d7e9325c971a1d1acdab3"
> -
> -EXTRA_OESCONS = " \
> - DESTDIR=${D}/${base_sbindir} \
> -"
> -
> -do_install_prepend() {
> - install -d ${D}/${base_sbindir}
> -}
> +SRC_URI[md5sum] = "f4e564450aa8159e26dde2869563d242"
> +SRC_URI[sha256sum] = "80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-filesystems][PATCH 2/2] exfat-utils: update to version 1.2.3
2016-04-01 9:39 ` Martin Jansa
@ 2016-04-01 9:54 ` Mittal, AnujX
0 siblings, 0 replies; 5+ messages in thread
From: Mittal, AnujX @ 2016-04-01 9:54 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Martin
> Jansa
> Sent: Friday, April 01, 2016 5:40 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] [meta-filesystems][PATCH 2/2] exfat-utils: update to version 1.2.3
>
> On Fri, Apr 01, 2016 at 04:00:33PM +0800, Anuj Mittal wrote:
> > *License file checksum has changed
>
> That's clear from LIC_FILES_CHKSUM, you should stay what changed in the file
> (often only Copyright years or author names), but saying that the checksum is
> different doesn't help.
>
Right, sorry about that. I have sent a v2 with details.
Thanks,
Anuj
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-04-01 9:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 8:00 [meta-filesystems][PATCH 0/2] Update fuse-exfat and utils Anuj Mittal
2016-04-01 8:00 ` [meta-filesystems][PATCH 1/2] fuse-exfat: update to version 1.2.3 Anuj Mittal
2016-04-01 8:00 ` [meta-filesystems][PATCH 2/2] exfat-utils: " Anuj Mittal
2016-04-01 9:39 ` Martin Jansa
2016-04-01 9:54 ` Mittal, AnujX
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.