I have made the following changes intended for : CE:Adaptation:N950-N9 / bme-rm-680-bin
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7560 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7560: Messages from BOSS: State: review at 2012-12-18T19:38:48 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Adaptation:N950-N9 / bme-rm-680-bin -> CE:Adaptation:N950-N9 / bme-rm-680-bin changes files: -------------- --- bme-rm-680-bin.changes +++ bme-rm-680-bin.changes @@ -0,0 +1,3 @@ +* Tue Dec 18 2012 Marko Saukko <[email protected]> - 0.9.95 +- Fix build with armv7hl compliant architectures. + spec files: ----------- --- bme-rm-680-bin.spec +++ bme-rm-680-bin.spec @@ -15,7 +15,7 @@ Release: 0 Group: System/Libraries License: Nokia Proprietary -ExclusiveArch: %{arm} +ExclusiveArch: armv7hl armv7nhl armv7thl armv7tnhl armv8el Source0: %{name}-%{version}-%{binary_release}-armv7hl.tar.bz2 Source1: license.txt Source2: %{name}.service @@ -43,7 +43,7 @@ %prep -%setup -q -n %{name}-%{version}-%{binary_release}-%{_target_cpu} +%setup -q -n %{name}-%{version}-%{binary_release}-armv7hl # >> setup cp %{SOURCE1} . other changes: -------------- ++++++ bme-rm-680-bin.yaml --- bme-rm-680-bin.yaml +++ bme-rm-680-bin.yaml @@ -16,8 +16,8 @@ - bme-rx-71 - bme -ExclusiveArch: "%{arm}" -SetupOptions: -q -n %{name}-%{version}-%{binary_release}-%{_target_cpu} +ExclusiveArch: "armv7hl armv7nhl armv7thl armv7tnhl armv8el" +SetupOptions: -q -n %{name}-%{version}-%{binary_release}-armv7hl Configure: none Builder: none
