rpm macros: set %profile to ivi consistently 89/34589/1
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 29 Jan 2015 10:10:00 +0000 (02:10 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Thu, 29 Jan 2015 10:10:00 +0000 (02:10 -0800)
%profile was set twice, once to ivi and once to pc. Apparently
the "pc" value was used during conversion, because .spec files
with profile checks (like tlm) ended up not using the ivi branches.

Replacing "pc" with "ivi" fixes that. However, it is only
a stop-gap measure: the whole set or rpm macros needs to
be reviewed and consolidated to match exactly what is used
in Tizen IVI.

Change-Id: Id6da4d68f90d72caab2ffec766d8201360ba226d

proto-meta-Tizen_generic/rpm_tizen_macro/yocto/macro

index ddc5efe..ef4924b 100644 (file)
@@ -5,7 +5,7 @@
 %_licensedir %{_datadir}/license
 %_dbusservicedir %{_datadir}/dbus-1/services
 
-%profile pc
+%profile ivi
 %_with_wayland 1
 %_with_tizen 1
 %_with_mesa 1