Rebase to 20150519svn17469-1
This commit is contained in:
parent
e9a76503c5
commit
98fad17afb
@ -1,17 +0,0 @@
|
|||||||
--- a/BuildEnv
|
|
||||||
+++ b/BuildEnv
|
|
||||||
@@ -23,14 +23,6 @@
|
|
||||||
return 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
- if [ ! ${BASH_SOURCE[0]} -ef ./BaseTools/BuildEnv ]
|
|
||||||
- then
|
|
||||||
- echo Run this script from the base of your tree. For example:
|
|
||||||
- echo " cd /Path/To/Edk/Root"
|
|
||||||
- echo " . BaseTools/BuildEnv"
|
|
||||||
- return 1
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
#
|
|
||||||
# Set $WORKSPACE
|
|
||||||
#
|
|
14
edk2.spec
14
edk2.spec
@ -1,21 +1,20 @@
|
|||||||
%define SVNDATE 20140724
|
%define SVNDATE 20150519
|
||||||
%define SVNREV 2670
|
%define SVNREV 17469
|
||||||
|
|
||||||
Name: edk2
|
Name: edk2
|
||||||
Version: %{SVNDATE}svn%{SVNREV}
|
Version: %{SVNDATE}svn%{SVNREV}
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: EFI Development Kit II
|
Summary: EFI Development Kit II
|
||||||
|
|
||||||
# There are no formal releases from upstream.
|
# There are no formal releases from upstream.
|
||||||
# Tarballs are created with:
|
# Tarballs are created with:
|
||||||
|
|
||||||
# svn export -r ${SVNREV} \
|
# svn export -r ${SVNREV} \
|
||||||
# https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/trunk/BaseTools edk2-buildtools-r${SVNREV}
|
# https://svn.code.sf.net/p/edk2/code/trunk/edk2/BaseTools edk2-buildtools-r${SVNREV}
|
||||||
# rm -rf edk2-buildtools-r${SVNREV}/Bin
|
# rm -rf edk2-buildtools-r${SVNREV}/Bin
|
||||||
# tar -cv edk2-buildtools-r${SVNREV} | xz -6 > edk2-buildtools-r${SVNREV}.tar.xz
|
# tar -cv edk2-buildtools-r${SVNREV} | xz -6 > edk2-buildtools-r${SVNREV}.tar.xz
|
||||||
Source0: edk2-buildtools-r%{SVNREV}.tar.xz
|
Source0: edk2-buildtools-r%{SVNREV}.tar.xz
|
||||||
Patch1: basetools-arm.patch
|
Patch1: basetools-arm.patch
|
||||||
Patch2: edk2-remove-tree-check.patch
|
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -66,7 +65,6 @@ build EFI executables and ROMs using the GNU tools.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n edk2-buildtools-r%{SVNREV}
|
%setup -q -n edk2-buildtools-r%{SVNREV}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export WORKSPACE=`pwd`
|
export WORKSPACE=`pwd`
|
||||||
@ -191,6 +189,10 @@ done
|
|||||||
%doc UserManuals/VolInfo_Utility_Man_Page.rtf
|
%doc UserManuals/VolInfo_Utility_Man_Page.rtf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2015 Bonzini <pbonzini@redhat.com> - 20150519svn17469-1
|
||||||
|
- Rebase to 20150519svn17469-1
|
||||||
|
- edk2-remove-tree-check.patch now upstream
|
||||||
|
|
||||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 20140724svn2670-6
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 20140724svn2670-6
|
||||||
- Rebuilt for GCC 5 C++11 ABI change
|
- Rebuilt for GCC 5 C++11 ABI change
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user