From fd9ae74878930bccb67c05bbd757b60f3c896e1c Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 12 Jan 2017 17:11:36 +0900 Subject: 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 --- packaging/odroid-linux-kernel.spec | 4 ---- 1 file changed, 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 -- cgit v1.2.3