Remove Profile Build Dependency 48/97548/3
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 14 Nov 2016 12:07:19 +0000 (21:07 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 5 Dec 2016 08:53:00 +0000 (00:53 -0800)
- This is for Tizen 4.0.

- There is xkb-tizen-data in Tizen:Common as well. Why
do we need to exclude it only at common profile?

- In the spec file, Line 26, "%global TZ_SYS_RO_SHARE ..."
creates a lot of warning messages that may make the build system
to misinterpret later macros. I have added a comment about it
in the spec file.

Change-Id: Ib37c49e0820bcc7a4a99370b15bf7c61ba1dccbe
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/e-mod-tizen-keyrouter.spec

index 5f5e54a..69bf076 100644 (file)
@@ -20,11 +20,9 @@ BuildRequires:  pkgconfig(capi-system-device)
 %endif
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(libtzplatform-config)
-%if "%{?profile}" == "common"
-%else
 BuildRequires:  xkb-tizen-data
-%endif
 
+# TODO: This generates big warnings during build. Please revise.
 %global TZ_SYS_RO_SHARE  %{?TZ_SYS_RO_SHARE:%TZ_SYS_RO_SHARE}%{!?TZ_SYS_RO_SHARE:/usr/share}
 
 %description