[meego-commits] 8658: Changes to devel:tools:sdk:host/meego-sdk-x86
John Chen
no_reply at build.meego.com
Wed Oct 20 07:08:12 UTC 2010
Hi,
I have made the following changes to meego-sdk-x86 in project devel:tools:sdk:host. Please review and accept ASAP.
Thank You,
John Chen
[This message was auto-generated]
---
Request #8658:
submit: home:johnchen/meego-sdk-x86(r5) -> devel:tools:sdk:host/meego-sdk-x86
Message:
removed madde conf file
State: new 2010-10-20T00:08:12 johnchen
Comment: None
changes files:
--------------
--- meego-sdk-x86.changes
+++ meego-sdk-x86.changes
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Wed Oct 20 07:04:39 UTC 2010 - zhang.z.chen at intel.com
+
+- Removed the conf file, which should be shipped by madde at least for now.
+
+-------------------------------------------------------------------
+Wed Oct 20 06:18:37 UTC 2010 - zhang.z.chen at intel.com
+
+- Changed the toolchain name to a general one
+
+-------------------------------------------------------------------
+Wed Oct 20 04:14:49 UTC 2010 - zhang.z.chen at intel.com
+
+- Change toolchain name and madde install directory
+
new:
----
qemu-meego.tar.gz
spec files:
-----------
--- meego-sdk-x86.spec
+++ meego-sdk-x86.spec
@@ -2,6 +2,19 @@
# An empty RPM is not allowed anymore in SuSE Linux
#!BuildIgnore: post-build-checks
+# %ifarch %{ix86}
+# %define madde_arch i686
+# %endif
+# %ifarch x86_64
+# %define madde_arch x86_64
+# %endif
+
+%ifarch %{ix86}
+%define madde_arch i686
+%endif
+%ifarch x86_64
+%define madde_arch x86_64
+%endif
Name: meego-sdk-x86
Version: 1
@@ -10,9 +23,10 @@
Summary: MeeGo Software Development Kit for x86
Url: http://www.meego.com
Source0: %{name}-rpmlintrc
+Source1: qemu-meego.tar.gz
Group: Development/Tools
-#Requires:
-BuildArch: noarch
+Requires: madde, qt-creator, meego-sdk-i586-toolchain, qt-tools, qemu-gl
+ExclusiveArch: %{ix86} x86_64
%description
This metapackage provides a MeeGo Software Development Kit for x86
@@ -23,5 +37,17 @@
%build
%install
+mkdir -p %{buildroot}/%{_libdir}/madde/linux-%{madde_arch}/cache
+cp ../SOURCES/qemu-meego.tar.gz %{buildroot}/%{_libdir}/madde/linux-%{madde_arch}/cache
+
+%post
+echo "Please run:
+
+\$ mad-admin create -f meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0901
+\$ mad-admin create -f -e meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0901-runtime
+
+to install meego-x86 target and runtime
+"
%files
+%{_libdir}/madde/linux-%{madde_arch}/cache/qemu-meego.tar.gz
dsc files:
----------
other changes:
--------------
++++++ qemu-meego.tar.gz (new)
More information about the MeeGo-commits
mailing list