diff options
author | SangYoun Kwak <sy.kwak@samsung.com> | 2024-06-25 16:28:41 +0900 |
---|---|---|
committer | SangYoun Kwak <sy.kwak@samsung.com> | 2024-06-25 20:08:24 +0900 |
commit | df22413ecc2310f6188911d60c0fb9d1e48e7c49 (patch) | |
tree | 7f28a1e00a04580e550794c5071fa69c673f1b6c /packaging | |
parent | 15f6e2d76bb5dd414700f24aa15d726252a866b0 (diff) | |
download | rootstrap-data-common-df22413ecc2310f6188911d60c0fb9d1e48e7c49.tar.gz rootstrap-data-common-df22413ecc2310f6188911d60c0fb9d1e48e7c49.tar.bz2 rootstrap-data-common-df22413ecc2310f6188911d60c0fb9d1e48e7c49.zip |
Modify '*' to actual file path
Since the files are downloaded in one location, files are mixed together
and unable to know which file is belongs to a package.
To distinguish files for each package, the actual file paths are
specified.
Change-Id: I66c1ab5db2cf55cbf3c88c9cd4a30b33f9b2a89f
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/hal-rootstrap.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index bb1916c..2219ad6 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -73,6 +73,7 @@ BuildRequires: sqlite BuildRequires: sqlite-devel BuildRequires: zlib BuildRequires: zlib-devel +BuildRequires: libasan BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(libusb-1.0) |