I have made the following changes intended for : CE:Adaptation:N950-N9 / wl1271-cal-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/7563 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7563: Messages from BOSS: State: review at 2012-12-18T20:00:38 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 / wl1271-cal-bin -> CE:Adaptation:N950-N9 / wl1271-cal-bin changes files: -------------- --- wl1271-cal-bin.changes +++ wl1271-cal-bin.changes @@ -0,0 +1,3 @@ +* Tue Dec 18 2012 Marko Saukko <[email protected]> - 0.43 +- Fix build with armv7hl compatible architectures. + spec files: ----------- --- wl1271-cal-bin.spec +++ wl1271-cal-bin.spec @@ -1,30 +1,30 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.23 +# Generated by: spectacle version 0.25 # + +Name: wl1271-cal-bin + # >> macros %define debug_package %{nil} # << macros -Name: wl1271-cal-bin Summary: Calibration data pusher for wl1271 Version: 0.43 Release: 0 Group: Communications/Connectivity Adaptation License: Nokia Proprietary -ExclusiveArch: %arm -Source0: %{name}-%{version}-%{_target_cpu}.tar.bz2 +ExclusiveArch: armv7hl armv7nhl armv7thl armv7tnhl armv8el +Source0: %{name}-%{version}-armv7hl.tar.bz2 Source1: license.txt Source100: wl1271-cal-bin.yaml - %description This application reads the stored calibration data and pushes it to wl1271. - %prep -%setup -q -n %{name}-%{version}-%{_target_cpu} +%setup -q -n %{name}-%{version}-armv7hl # >> setup # Copy license to build dir @@ -39,6 +39,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -51,10 +52,6 @@ # << install post - - - - %files %defattr(-,root,root,-) # >> files @@ -62,5 +59,3 @@ %config %{_sysconfdir}/udev/rules.d/wl1271-cal.rules %doc license.txt # << files - - other changes: -------------- ++++++ wl1271-cal-bin.yaml --- wl1271-cal-bin.yaml +++ wl1271-cal-bin.yaml @@ -5,11 +5,11 @@ Group: Communications/Connectivity Adaptation License: Nokia Proprietary Sources: - - "%{name}-%{version}-%{_target_cpu}.tar.bz2" + - "%{name}-%{version}-armv7hl.tar.bz2" - "license.txt" Description: This application reads the stored calibration data and pushes it to wl1271. -ExclusiveArch: "%arm" +ExclusiveArch: "armv7hl armv7nhl armv7thl armv7tnhl armv8el" -SetupOptions: "-q -n %{name}-%{version}-%{_target_cpu}" +SetupOptions: "-q -n %{name}-%{version}-armv7hl" Configure: none Builder: none
