- deviced: booting done notification handling
- build: removed arm build
- added extra package installation
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
Conflicts:
CMakeLists.txt
include/emuld.h
include/mobile.h
include/synbuf.h
include/wearable.h
packaging/emuld.spec
src/common.cpp
src/common_dev.cpp
src/emuld.cpp
src/mobile.cpp
src/mobile_dev.cpp
src/wearable.cpp
src/wearable_dev.cpp
Change-Id: Ida417052297457f45adc210c68b16fb2be42fe2d
%prep
%setup -q
- %elseif "%{?tizen_profile_name}" == "wearable"
- export CFLAGS+=" -DWEARABLE"
+%if "%{?tizen_profile_name}" == "mobile"
+export CFLAGS+=" -DMOBILE"
+%endif
++#%if "%{?tizen_profile_name}" == "wearable"
+ export CFLAGS+=" -DWEARABLE"
++#%endif
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}