diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2017-07-04 10:11:09 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2017-07-04 06:32:26 +0000 |
commit | 01de5970ba46763d205b2f736592bb81d78534ad (patch) | |
tree | 148af1f4512c10d705ca7d6fbafc4df966c4b87a | |
parent | d05a109aeda8cd54b5a738872c32830ffe061bee (diff) | |
download | linux-exynos-submit/tizen/20170705.015412.tar.gz linux-exynos-submit/tizen/20170705.015412.tar.bz2 linux-exynos-submit/tizen/20170705.015412.zip |
packaging: fix baselibs not to include aarch64 header packagesubmit/tizen/20170705.015412accepted/tizen/unified/20170705.162341
The armv7l repo already has kernel-headers for tm2 board, so
repackaging with baselibs is not required for the package, and
this patch fixes baselibs not to include aarch64 header package
for armv7l.
Change-Id: I43fbd1fd0e4f984b35b51aacfcf614d959b0c163
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | packaging/baselibs.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index 911084abb7b7..4c9130341b76 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -5,7 +5,5 @@ arm64-tm2-linux-kernel-debuginfo +/ arm64-tm2-linux-kernel-devel +/ -arm64-tm2-linux-kernel-headers - +/ arm64-tm2-linux-kernel-modules +/ |