* [PATCH] Add package for ntfs-3g 2009.1.1 (latest) and update checksums.ini accordingly.
@ 2009-02-10 10:17 John Willis
2009-02-11 19:24 ` Mike (mwester)
0 siblings, 1 reply; 3+ messages in thread
From: John Willis @ 2009-02-10 10:17 UTC (permalink / raw)
To: openembedded-devel
This patch simply updates the NTFS-3G package to use the latest release
tarball (January 22, 2009 - 2009.1.1).
Builds fine and quickly tested with no issues.
Note: the ntfs-3g v1 package is suspect (download pulled from
http://www.ntfs-3g.org/) so that may well be best removed? Not sure what the
process is on such things.
Regards,
John Willis
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
conf/checksums.ini | 4 ++++
packages/ntfs-3g/ntfs-3g_2009.1.1.bb | 12 ++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
mode change 100644 => 100755 conf/checksums.ini
create mode 100755 packages/ntfs-3g/ntfs-3g_2009.1.1.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini
old mode 100644
new mode 100755
index 0eba0c8..5036fa9
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15766,6 +15766,10 @@
sha256=0bf226bb3a1716e6eb97355e08a7ffcf09aadfb91ba41ccef2ef1ba7a01719a2
md5=873a8de662849d129fc7c475ad3f5447
sha256=b5bbf81230bb21573d69fc471721b0b0c404eaa5040ef28e7dcec38320a1b2e4
+[http://www.ntfs-3g.org/ntfs-3g-2009.1.1.tgz]
+md5=56e4aed24d0c2543597de0ba52b3ed64
+sha256=0e02ff891645658c1801ba7d665c0ff3a4231e5570b974a803ffc2974ef68e45
+
[http://downloads.sourceforge.net/ntop/ntop-3.0.tgz]
md5=1ec6055c75f1acbb5d5600492481ef85
sha256=c50cdf2c6cf7309f88c7ec0a56158eca76c80532502b36f3378eeca433423d83
diff --git a/packages/ntfs-3g/ntfs-3g_2009.1.1.bb
b/packages/ntfs-3g/ntfs-3g_2009.1.1.bb
new file mode 100755
index 0000000..7d73b79
--- /dev/null
+++ b/packages/ntfs-3g/ntfs-3g_2009.1.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS
driver for Linux with read and write support."
+HOMEPAGE = "http://www.ntfs-3g.org/"
+LICENSE = "GPLv2"
+DEPENDS = "fuse"
+RDEPENDS = "fuse"
+PR = "r0"
+
+SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz
+
+inherit autotools
+
+EXTRA_OEMAKE = "LDCONFIG=echo"
--
1.6.0.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Add package for ntfs-3g 2009.1.1 (latest) and update checksums.ini accordingly.
2009-02-10 10:17 [PATCH] Add package for ntfs-3g 2009.1.1 (latest) and update checksums.ini accordingly John Willis
@ 2009-02-11 19:24 ` Mike (mwester)
2009-02-11 20:10 ` John Willis
0 siblings, 1 reply; 3+ messages in thread
From: Mike (mwester) @ 2009-02-11 19:24 UTC (permalink / raw)
To: openembedded-devel
John Willis wrote:
> This patch simply updates the NTFS-3G package to use the latest release
> tarball (January 22, 2009 - 2009.1.1).
>
> Builds fine and quickly tested with no issues.
I can (and will) test on the NSLU2 (ixp4xx kernel). What
machines/distros have you tested with?
If nobody objects, I'll add this version.
> Note: the ntfs-3g v1 package is suspect (download pulled from
> http://www.ntfs-3g.org/) so that may well be best removed? Not sure what the
> process is on such things.
Can you clarify what you mean by suspect?
> Regards,
>
> John Willis
>
> Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
> ---
> conf/checksums.ini | 4 ++++
> packages/ntfs-3g/ntfs-3g_2009.1.1.bb | 12 ++++++++++++
> 2 files changed, 16 insertions(+), 0 deletions(-)
> mode change 100644 => 100755 conf/checksums.ini
> create mode 100755 packages/ntfs-3g/ntfs-3g_2009.1.1.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> old mode 100644
> new mode 100755
> index 0eba0c8..5036fa9
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -15766,6 +15766,10 @@
> sha256=0bf226bb3a1716e6eb97355e08a7ffcf09aadfb91ba41ccef2ef1ba7a01719a2
> md5=873a8de662849d129fc7c475ad3f5447
> sha256=b5bbf81230bb21573d69fc471721b0b0c404eaa5040ef28e7dcec38320a1b2e4
>
> +[http://www.ntfs-3g.org/ntfs-3g-2009.1.1.tgz]
> +md5=56e4aed24d0c2543597de0ba52b3ed64
> +sha256=0e02ff891645658c1801ba7d665c0ff3a4231e5570b974a803ffc2974ef68e45
> +
> [http://downloads.sourceforge.net/ntop/ntop-3.0.tgz]
> md5=1ec6055c75f1acbb5d5600492481ef85
> sha256=c50cdf2c6cf7309f88c7ec0a56158eca76c80532502b36f3378eeca433423d83
> diff --git a/packages/ntfs-3g/ntfs-3g_2009.1.1.bb
> b/packages/ntfs-3g/ntfs-3g_2009.1.1.bb
> new file mode 100755
> index 0000000..7d73b79
> --- /dev/null
> +++ b/packages/ntfs-3g/ntfs-3g_2009.1.1.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS
> driver for Linux with read and write support."
> +HOMEPAGE = "http://www.ntfs-3g.org/"
> +LICENSE = "GPLv2"
> +DEPENDS = "fuse"
> +RDEPENDS = "fuse"
> +PR = "r0"
> +
> +SRC_URI = http://www.ntfs-3g.org/ntfs-3g-${PV}.tgz
> +
> +inherit autotools
> +
> +EXTRA_OEMAKE = "LDCONFIG=echo"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add package for ntfs-3g 2009.1.1 (latest) and update checksums.ini accordingly.
2009-02-11 19:24 ` Mike (mwester)
@ 2009-02-11 20:10 ` John Willis
0 siblings, 0 replies; 3+ messages in thread
From: John Willis @ 2009-02-11 20:10 UTC (permalink / raw)
To: openembedded-devel
> > Builds fine and quickly tested with no issues.
>
> I can (and will) test on the NSLU2 (ixp4xx kernel). What
> machines/distros have you tested with?
>
> If nobody objects, I'll add this version.
Tested on the OMAP3EVM and Pandora (Both OMAP3/ARMv7). Basic OE images,
Angstrom GPE image and the Pandora Angstrom images. I did some controlled
read and write tests (100MB test file) and all seems good.
Also left it playing videos off the NTFS volume in a loop for about 12 hours
(something else I was testing).
No issues.
> > Note: the ntfs-3g v1 package is suspect (download pulled from
> > http://www.ntfs-3g.org/) so that may well be best removed? Not sure
> what the
> > process is on such things.
>
> Can you clarify what you mean by suspect?
If you go to ntfs-3g.org you find the download for version 1.0 has long
since been pulled in favor of newer releases. In this case that is what I
mean by suspect.
Regards,
John
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-11 20:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-10 10:17 [PATCH] Add package for ntfs-3g 2009.1.1 (latest) and update checksums.ini accordingly John Willis
2009-02-11 19:24 ` Mike (mwester)
2009-02-11 20:10 ` John Willis
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.