From: Jihoon Kim Date: Tue, 22 Apr 2025 11:55:03 +0000 (+0900) Subject: support gbs incremental build X-Git-Tag: accepted/tizen/unified/20250429.010348~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2afa0e56e3755a22385f8341ba1f041986eac242;p=platform%2Fupstream%2Fenlightenment.git support gbs incremental build Change-Id: Ia977bd40e68e14cc6b8d00a7929ef0bc5da7ad6c Signed-off-by: Jihoon Kim --- diff --git a/enlightenment.manifest b/enlightenment.manifest new file mode 100644 index 0000000000..017d22d3af --- /dev/null +++ b/enlightenment.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/enlightenment.manifest b/packaging/enlightenment.manifest deleted file mode 100644 index 017d22d3af..0000000000 --- a/packaging/enlightenment.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/enlightenment.spec b/packaging/enlightenment.spec index a486fb9cff..1abb519cdd 100644 --- a/packaging/enlightenment.spec +++ b/packaging/enlightenment.spec @@ -8,7 +8,6 @@ Summary: The Enlightenment wayland display server Url: http://www.enlightenment.org/ Group: Graphics/EFL Source0: enlightenment-%{version}.tar.bz2 -Source1001: enlightenment.manifest Source1002: enlightenment.vip.conf %define TIZEN_REL_VERSION 1 @@ -114,7 +113,6 @@ Configuration files to generate the ISU (Individual Service Upgrade) package %prep %setup -q -n %{name}-%{version} -cp %{SOURCE1001} . %build export CFLAGS+=" -Wno-stringop-overflow -Wno-stringop-truncation -Wall -Werror "