From: Kim Kibum Date: Mon, 21 May 2012 08:40:34 +0000 (+0900) Subject: Upload Tizen:Base source X-Git-Tag: 2.0_alpha~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d47939ca7a63daf2fc41a87299610b417046c6c0;p=toolchains%2Fcross-armv7tnhl-platformfile.git Upload Tizen:Base source --- diff --git a/packaging/cross-armv7thnl-platformfile.changes b/packaging/cross-armv7thnl-platformfile.changes new file mode 100644 index 0000000..55bdac2 --- /dev/null +++ b/packaging/cross-armv7thnl-platformfile.changes @@ -0,0 +1,6 @@ +* Sat Jan 22 20:50:00 UTC 2011 Carsten Munk - 1.0 +- Initial import to MeeGo. This package consists of /etc/rpm/platform + in order to make rpm-x86/force it to realize it's within a armv7tnhl chroot. + Fixes BMC#13167 (rpm-x86 will think it's under i586 in a armv7hl hardfp scheduler) + + diff --git a/packaging/cross-armv7tnhl-platformfile.spec b/packaging/cross-armv7tnhl-platformfile.spec new file mode 100644 index 0000000..f41cf88 --- /dev/null +++ b/packaging/cross-armv7tnhl-platformfile.spec @@ -0,0 +1,56 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22git +# +# >> macros +# << macros + +Name: cross-armv7tnhl-platformfile +Summary: Install armv7tnhl /etc/rpm/platform file +Version: 0.0.1 +Release: 1 +Group: Development/Tools +License: GPLv2 +Source100: cross-armv7tnhl-platformfile.yaml +Source1: platform +BuildArch: noarch +%description +Package to make rpm-x86 understand the build chroot is for armv7tnhl + + + +%prep +# >> setup +cp %{SOURCE1} . +# << setup + +%build +# >> build pre +# << build pre + + + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +mkdir -p %{buildroot}/etc/rpm +cp platform %{buildroot}/etc/rpm +# << install pre + +# >> install post +# << install post + + + + + + +%files +%defattr(-,root,root,-) +/etc/rpm/platform +# >> files +# << files + + diff --git a/packaging/cross-armv7tnhl-platformfile.yaml b/packaging/cross-armv7tnhl-platformfile.yaml new file mode 100644 index 0000000..7227303 --- /dev/null +++ b/packaging/cross-armv7tnhl-platformfile.yaml @@ -0,0 +1,13 @@ +Name: cross-armv7tnhl-platformfile +Summary: Install armv7tnhl /etc/rpm/platform file +Version: 0.0.1 +Release: 1 +BuildArch: noarch +Group: Development/Tools +License: GPLv2 +Description: Package to make rpm-x86 understand the build chroot is for armv7tnhl + +Configure: none +Builder: none +Files: + - "/etc/rpm/platform" \ No newline at end of file diff --git a/packaging/platform b/packaging/platform new file mode 100644 index 0000000..e58eb74 --- /dev/null +++ b/packaging/platform @@ -0,0 +1 @@ +armv7tnhl-meego-linux \ No newline at end of file