diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-08-19 15:31:28 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-08-19 15:36:43 +0900 |
commit | 023e200ab79b590c8b20614e986337410bac4126 (patch) | |
tree | e0650b85db88551202f28086de775a77d65dd443 | |
parent | 772b48b5301fc2fe34d0c7829d46aeb2b6ef2f2c (diff) | |
download | rootstrap-data-common-023e200ab79b590c8b20614e986337410bac4126.tar.gz rootstrap-data-common-023e200ab79b590c8b20614e986337410bac4126.tar.bz2 rootstrap-data-common-023e200ab79b590c8b20614e986337410bac4126.zip |
Remove libusb package from hal-rootstrap temporailyaccepted/tizen/unified/20240819.150152
headless image doesn't have the libusb package. It causes the linking
issue of hal-backend package. Temporarily, remove libusb package from
hal-rootstrap. After fixing it, this patch will be reverted.
Change-Id: Ie1cfa155da79a931fb756412010b9bad98340d8a
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/hal-rootstrap-data-common.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/hal-rootstrap-data-common.spec b/packaging/hal-rootstrap-data-common.spec index 66d53eb..8c455e0 100644 --- a/packaging/hal-rootstrap-data-common.spec +++ b/packaging/hal-rootstrap-data-common.spec @@ -125,8 +125,6 @@ BuildRequires: zlib-devel Requires: pkgconfig(alsa) BuildRequires: pkgconfig(alsa) -Requires: pkgconfig(libusb-1.0) -BuildRequires: pkgconfig(libusb-1.0) Requires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(json-glib-1.0) Requires: pkgconfig(libudev) |