update to 20141016git [release 20141016git-1mamba;Thu Oct 16 2014]
This commit is contained in:
parent
279f3f13be
commit
f008c052e4
@ -1,6 +1,8 @@
|
|||||||
|
%define pkgver %(echo %version | cut -d. -f2)
|
||||||
Name: yaffs-utils
|
Name: yaffs-utils
|
||||||
Version: cvs20080710
|
Epoch: 1
|
||||||
Release: 2mamba
|
Version: 20141016git
|
||||||
|
Release: 1mamba
|
||||||
Summary: Utilities for YAFFS, an embedded filesystem designed for NAND storage
|
Summary: Utilities for YAFFS, an embedded filesystem designed for NAND storage
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,7 +12,8 @@ URL: http://www.yaffs.net
|
|||||||
# Source got from cvs:
|
# Source got from cvs:
|
||||||
# export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
|
# export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
|
||||||
# cvs checkout yaffs2
|
# cvs checkout yaffs2
|
||||||
Source: http://www.yaffs.net/yaffs2-%{version}.tar.bz2
|
Source: git://www.aleph1.co.uk/yaffs2.git/master/yaffs2-%{version}.tar.bz2
|
||||||
|
Patch0: yaffs2-20141016git-x86-shift.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Provides: yaff-utils
|
Provides: yaff-utils
|
||||||
Obsoletes: yaff-utils
|
Obsoletes: yaff-utils
|
||||||
@ -24,6 +27,9 @@ YAFFS stands for Yet Another Flash File System. YAFFS is the first file system t
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n yaffs2-%{version}
|
%setup -q -n yaffs2-%{version}
|
||||||
|
%ifnarch x86_64
|
||||||
|
%patch0 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make -C utils
|
%make -C utils
|
||||||
@ -43,6 +49,18 @@ install -m0755 -D utils/mkyaffsimage %{buildroot}%{_bindir}/mkyaffsimage
|
|||||||
%doc README-linux README-linux-patch
|
%doc README-linux README-linux-patch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 20141016git-1mamba
|
||||||
|
- update to 20141016git
|
||||||
|
|
||||||
|
* Thu Mar 21 2013 Automatic Build System <autodist@mambasoft.it> 20130321git-1mamba
|
||||||
|
- update to 20130321git
|
||||||
|
|
||||||
|
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 20121119git.a18ab52-1mamba
|
||||||
|
- update to 20121119git.a18ab52
|
||||||
|
|
||||||
|
* Thu Oct 18 2012 Automatic Build System <autodist@mambasoft.it> 7897f17-1mamba
|
||||||
|
- update to 7897f17
|
||||||
|
|
||||||
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> cvs20080710-2mamba
|
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> cvs20080710-2mamba
|
||||||
- fixed package name
|
- fixed package name
|
||||||
|
|
||||||
|
11
yaffs2-20141016git-x86-shift.patch
Normal file
11
yaffs2-20141016git-x86-shift.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- yaffs2-20141016git/utils/Makefile.orig 2019-01-19 00:25:12.552050531 +0100
|
||||||
|
+++ yaffs2-20141016git/utils/Makefile 2019-01-19 00:25:18.597078500 +0100
|
||||||
|
@@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
CFLAGS = -O2 -Wall -Werror -DCONFIG_YAFFS_UTIL
|
||||||
|
CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
|
||||||
|
-CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
|
||||||
|
+CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline -Wno-error=shift-count-overflow
|
||||||
|
|
||||||
|
## Change if you are using a cross-compiler
|
||||||
|
MAKETOOLS =
|
Loading…
Reference in New Issue
Block a user