packaging: workaround a gbs export 57/32157/2 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20141222.101600 accepted/tizen/ivi/20141225.062824 accepted/tizen/mobile/20150105.022534 accepted/tizen/tv/20150105.022354 accepted/tizen/wearable/20150105.054715 submit/tizen_common/20141222.092000 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20141225.111111 submit/tizen_mobile/20141231.012840 submit/tizen_mobile/20151202.000001 submit/tizen_tv/20151202.000000 submit/tizen_wearable/20150102.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 16 Dec 2014 10:38:26 +0000 (11:38 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 16 Dec 2014 13:18:39 +0000 (14:18 +0100)
An other way to apply the patch "disable cross build for ARM"
Which is not exported in gbs 0.23

For now both changes are here,
it would make sense to drop the downstream patch in the future.

This problem have been reported to gbs developers.

Change-Id: Ic8864ddba2d92103a2e65e3f1ca355a89a98904d
Bug-Tizen: TC-1845/2of3
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libvpx.spec

index 0d3e4e2..e672d1c 100644 (file)
@@ -49,6 +49,9 @@ The WebM file structure is based on the Matroska container.
 cp %{SOURCE1001} .
 
 %build
+# disable cross build for ARM
+sed -e 's|CROSS=".*"|CROSS=""|g' -i ./build/make/configure.sh
+
 cd build
 export CFLAGS="%{optflags}"
 # It is only an emulation of autotools configure; the macro does not work