diff options
author | Inki Dae <inki.dae@samsung.com> | 2020-09-10 14:15:25 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2021-03-03 16:46:37 +0900 |
commit | 6eec970048a4fc2fd71ee9d77817ccd3fea72f2c (patch) | |
tree | 81a80958fcdbb9454d9e84fadc2df9ecd6efc4b2 | |
parent | 3228aed7fd9148d145b3a804b4b75eaab7e76536 (diff) | |
download | armcl-6eec970048a4fc2fd71ee9d77817ccd3fea72f2c.tar.gz armcl-6eec970048a4fc2fd71ee9d77817ccd3fea72f2c.tar.bz2 armcl-6eec970048a4fc2fd71ee9d77817ccd3fea72f2c.zip |
packaging: Fix read failure to Security manifest file
Change-Id: I711c913c4a28ec29bb8fb3794eb94c266611709c
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | packaging/libarmcl.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/libarmcl.spec b/packaging/libarmcl.spec index bf251ce92..7a812db37 100644 --- a/packaging/libarmcl.spec +++ b/packaging/libarmcl.spec @@ -36,9 +36,10 @@ Summary: Sample application and benchmark binaries to test ARM Compute Library %prep %setup -q -cp %{SOURCE1001} . %build +cp %{SOURCE1001} . + echo %{_builddir} # Ps. Tizen toolchain doesn't have generic name of ar and ranlib so |