summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-01-12 17:11:36 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2017-01-12 00:57:33 -0800
commitfd9ae74878930bccb67c05bbd757b60f3c896e1c (patch)
treedf8b271a6b9ddb3e96b3e5c5ae345529ba1f00e9
parent45c09c3963d8f9df619dba2fce7047d54cb7e83a (diff)
packaging: Do Not Use To-Be-Unsupported Macro
In Tizen 4.0, it is prohibited to use "profile", "_repository", "tizen_target_name" in spec file, which requires to have seperated OBS projects and repositories, because we are going to merge ALL repositories and projects into ONE. Plus, you do not need to worry about building odroid kernel for TM1 because the package name is different. Change-Id: I1b3684987c2e2fa3d803510ace8369c586aad8cc Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/odroid-linux-kernel.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/odroid-linux-kernel.spec b/packaging/odroid-linux-kernel.spec
index 0ab808a2a2cf..ec868e437a18 100644
--- a/packaging/odroid-linux-kernel.spec
+++ b/packaging/odroid-linux-kernel.spec
@@ -21,10 +21,6 @@ BuildRequires: module-init-tools
BuildRequires: u-boot-tools
BuildRequires: bc
-%if "%{?tizen_target_name}" == "TM1"
-ExcludeArch: %{arm}
-%endif
-
%description
The Linux Kernel, the operating system core itself