projects
/
platform
/
core
/
api
/
device.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec31991
)
Remove Requires of glib-2.0 from spec file
80/317280/1
accepted/tizen/7.0/unified/20241231.182538
author
Yunhee Seo
<yuni.seo@samsung.com>
Mon, 30 Dec 2024 02:36:22 +0000
(11:36 +0900)
committer
Yunhee Seo
<yuni.seo@samsung.com>
Mon, 30 Dec 2024 02:36:22 +0000
(11:36 +0900)
It causes install devel package to normal image.
It can cause impact on the part using this package also.
This should be removed.
Change-Id: I1b1f7616d93ce6042ec7cbb8fd6c7a03316293ff
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
packaging/capi-system-device.spec
patch
|
blob
|
history
diff --git
a/packaging/capi-system-device.spec
b/packaging/capi-system-device.spec
index e92cd518b385d493a1fc59f1abfbb77639733778..fb47f02c70f34678c75f466f44d03d4cae8c8f80 100644
(file)
--- a/
packaging/capi-system-device.spec
+++ b/
packaging/capi-system-device.spec
@@
-21,8
+21,6
@@
BuildRequires: pkgconfig(hal-api-device)
BuildRequires: lcov
%endif
-Requires: pkgconfig(glib-2.0)
-
%description
A Device library in TIZEN C API package.