summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-10-22 17:48:40 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:01:03 +0900
commit7e4af2a31658998a09604e0b8c7d65dabfcc9395 (patch)
treeb01f34bfc6302258060c614e676a20c09aa91167
parentd4f2b8b646edd8b6939021f1c9839008940f9a6f (diff)
downloadlinux-3.10-7e4af2a31658998a09604e0b8c7d65dabfcc9395.tar.gz
linux-3.10-7e4af2a31658998a09604e0b8c7d65dabfcc9395.tar.bz2
linux-3.10-7e4af2a31658998a09604e0b8c7d65dabfcc9395.zip
packaging: fix %setup top dir name
Change-Id: I21a9d05153a3e80cebdc7901fb3c0e03635417ec Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--packaging/odroid-linux-kernel.spec2
-rw-r--r--packaging/rinato-linux-kernel.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/odroid-linux-kernel.spec b/packaging/odroid-linux-kernel.spec
index 77fe116a612..eadfb2b8e86 100644
--- a/packaging/odroid-linux-kernel.spec
+++ b/packaging/odroid-linux-kernel.spec
@@ -44,7 +44,7 @@ Provides: %{variant}-kernel-modules-uname-r = %{fullVersion}
Kernel-modules includes the loadable kernel modules(.ko files) for %{target_board}
%prep
-%setup -q
+%setup -q -n linux-kernel-%{version}
%build
# Make sure EXTRAVERSION says what we want it to say
diff --git a/packaging/rinato-linux-kernel.spec b/packaging/rinato-linux-kernel.spec
index 0c9c07e35e0..27408562451 100644
--- a/packaging/rinato-linux-kernel.spec
+++ b/packaging/rinato-linux-kernel.spec
@@ -33,7 +33,7 @@ Provides: %{variant}-kernel-uname-r = %{fullVersion}
This package contains the Linux kernel for Tizen (%{profile} profile, arch %{buildarch}, target board %{target_board})
%prep
-%setup -q
+%setup -q -n linux-kernel-%{version}
%build
# Make sure EXTRAVERSION says what we want it to say