Hello..
When I try GBS build with swap-manager package ( Tizen:Unified )
always build failed like below . i checked gbs.conf and profile but same failed.
=== the following packages failed to build due to missing build dependencies (1) ===
swap-manager:
nothing provides app-core-efl-debuginfo
nothing provides capi-appfw-application-debuginfo
so i check the spec file then i found those fail dependencies are BuildRequires but i don't know how to make gbs build success.
%if "%{TIZEN_PRODUCT}" != "1"
BuildRequires: app-core-efl-debuginfo
BuildRequires: capi-appfw-application-debuginfo
%endif
Could you give me build guide for swap-manager?
Thanks