All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit master 1/1] mtd: bump version
Date: Thu, 23 Sep 2010 14:12:42 +0200	[thread overview]
Message-ID: <20100923124922.3B25F8B654@busybox.osuosl.org> (raw)


commit: http://git.buildroot.net/buildroot/commit/?id=a9b783379271eccf0f9745a31cfa8cbbadf51c53
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES                               |   10 ++++----
 package/mtd/mtd-utils-largefile.patch |   35 ---------------------------------
 package/mtd/mtd.mk                    |    2 +-
 3 files changed, 6 insertions(+), 41 deletions(-)
 delete mode 100644 package/mtd/mtd-utils-largefile.patch

diff --git a/CHANGES b/CHANGES
index 404b454..290af3a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,11 +23,11 @@
 	ifplugd, iptables, jpeg, kexec, kismet, less, libcurl,
 	libdnet, libevent, libglade, libgtk2, libiconv, libidn,
 	libmms, libnl, liboil, libpcap, libpng, libungif, libxml2,
-	libxslt, lighttpd, lite, m4, mdadm, metacity, mysql_client,
-	nano, nbd, ncftp, neon, netperf, ntfsprogs, ntp, openntpd,
-	openssh, openvpn, oprofile, pango, pcre, php, prboom, radvd,
-	qt, samba, sdl_sound, shared-mime-info, speex, sqlite,
-	squashfs, strace, taglib, tcpdump, tiff, tn5250, udev,
+	libxslt, lighttpd, lite, m4, mdadm, metacity, mtd-utils,
+	mysql_client, nano, nbd, ncftp, neon, netperf, ntfsprogs, ntp,
+	openntpd, openssh, openvpn, oprofile, pango, pcre, php,
+	prboom, radvd, qt, samba, sdl_sound, shared-mime-info, speex,
+	sqlite,	squashfs, strace, taglib, tcpdump, tiff, tn5250, udev,
 	udpcast, usbmount, usbutils, which, xlib_libX11, zlib
 
 	Deprecated packages: lzma
diff --git a/package/mtd/mtd-utils-largefile.patch b/package/mtd/mtd-utils-largefile.patch
deleted file mode 100644
index 91ef7b4..0000000
--- a/package/mtd/mtd-utils-largefile.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 90be45c82fa8c54ceb202619024142ed3db11c14 Mon Sep 17 00:00:00 2001
-From: Peter Korsgaard <jacmet@sunsite.dk>
-Date: Wed, 3 Feb 2010 09:23:19 +0100
-Subject: [PATCH] mtd-utils: add option to not force largefile support
-
-Not all systems have largefile support (E.G. uClibc depending on config),
-so unconditionally enforcing largefile breaks the build.
-
-Work around it by adding a WITHOUT_LARGEFILE flag, similar to the existing
-WITHOUT_XATTR.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- common.mk |    5 ++++-
- 1 files changed, 4 insertions(+), 1 deletions(-)
-
-diff --git a/common.mk b/common.mk
-index 5e92b07..d704b44 100644
---- a/common.mk
-+++ b/common.mk
-@@ -12,7 +12,10 @@ WFLAGS := -Wall \
- 	$(call cc-option,-Wwrite-strings) \
- 	$(call cc-option,-Wno-sign-compare)
- CFLAGS += $(WFLAGS)
--CPPFLAGS += -D_FILE_OFFSET_BITS=64
-+
-+ifneq ($(WITHOUT_LARGEFILE), 1)
-+  CPPFLAGS += -D_FILE_OFFSET_BITS=64
-+endif
- 
- DESTDIR ?= /usr/local
- PREFIX=/usr
--- 
-1.6.5
-
diff --git a/package/mtd/mtd.mk b/package/mtd/mtd.mk
index c573849..58ecc87 100644
--- a/package/mtd/mtd.mk
+++ b/package/mtd/mtd.mk
@@ -3,7 +3,7 @@
 # mtd provides jffs2 utilities
 #
 #############################################################
-MTD_VERSION:=1.3.1
+MTD_VERSION:=1.4.0
 MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.bz2
 MTD_SITE:=ftp://ftp.infradead.org/pub/mtd-utils
 ifeq ($(BR2_PACKAGE_MTD_MKFSJFFS2),y)
-- 
1.7.1

             reply	other threads:[~2010-09-23 12:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-23 12:12 Peter Korsgaard [this message]
2010-10-16 20:20 [Buildroot] [git commit master 1/1] mtd: bump version Peter Korsgaard
2011-01-29 23:40 Peter Korsgaard
2011-03-18 12:26 Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100923124922.3B25F8B654@busybox.osuosl.org \
    --to=jacmet@sunsite.dk \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.