diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-11-14 16:40:13 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-11-17 16:10:58 -0800 |
commit | 8633574081b571e860c69059b3f7095ba81dc00f (patch) | |
tree | 759bd33de5f6933ed275f2576e1f56fc1483e511 | |
parent | 5cc6559765c73111a04b0c997308d7194487b277 (diff) | |
download | linux-exynos-8633574081b571e860c69059b3f7095ba81dc00f.tar.gz linux-exynos-8633574081b571e860c69059b3f7095ba81dc00f.tar.bz2 linux-exynos-8633574081b571e860c69059b3f7095ba81dc00f.zip |
packaging: tm2: Do Not Use profile macro
It is going to be obsolete soon.
Change-Id: I5add63e38f223ddf015e7bea600c3deef4458935
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/linux-exynos-tm2.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/linux-exynos-tm2.spec b/packaging/linux-exynos-tm2.spec index cc1e6efe3e8a..eb33919456df 100644 --- a/packaging/linux-exynos-tm2.spec +++ b/packaging/linux-exynos-tm2.spec @@ -30,11 +30,11 @@ The Linux Kernel, the operating system core itself License: GPL-2.0 Summary: Tizen kernel for %{target_board} Group: System/Kernel -Provides: %{variant}-kernel-profile-%{profile} = %{version}-%{release} +Provides: %{variant}-kernel-profile-mobile = %{version}-%{release} Provides: %{variant}-kernel-uname-r = %{fullVersion} %description -n %{variant}-linux-kernel -This package contains the Linux kernel for Tizen (%{profile} profile, arch %{buildarch}, target board %{target_board}) +This package contains the Linux kernel for Tizen (mobile profile, arch %{buildarch}, target board %{target_board}) %package -n %{variant}-linux-kernel-modules Summary: Kernel modules for %{target_board} |