diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2019-11-21 12:43:12 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2019-11-21 13:03:05 +0900 |
commit | 2deb62e42cd4910067ba965524eef0899e6f0793 (patch) | |
tree | 91b93c47180eecddbaae621a02e9f57a987d365b | |
parent | 98d9e106d8d83a3aba47c1521d9ac0092dafb851 (diff) | |
download | flex-tizen_6.0_base_hotfix.tar.gz flex-tizen_6.0_base_hotfix.tar.bz2 flex-tizen_6.0_base_hotfix.zip |
packaging: remove build dependens on automake, bisontizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_base/20191202.105105submit/tizen_7.0_base_hotfix/20221115.161501submit/tizen_7.0_base/20221028.200901submit/tizen_6.5_base/20211027.200601submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801accepted/tizen/base/20230714.003319accepted/tizen/base/20191208.221753accepted/tizen/9.0/base/20241030.075152accepted/tizen/8.0/base/20231005.044707accepted/tizen/7.0/base/tool/hotfix/20221115.085031accepted/tizen/7.0/base/tool/20221028.113247accepted/tizen/7.0/base/hotfix/20230714.003727accepted/tizen/7.0/base/20230714.002912accepted/tizen/6.5/base/tool/20211027.115245accepted/tizen/6.5/base/20230714.002503accepted/tizen/6.0/base/tool/hotfix/20201102.090035accepted/tizen/6.0/base/tool/hotfix/20201030.124824accepted/tizen/6.0/base/tool/20201029.112020accepted/tizen/6.0/base/20230713.142837accepted/tizen/6.0/base/20201029.110550tizen_basetizen_9.0_basetizen_8.0_basetizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_basetizen_6.0_base_hotfixtizen_6.0_baseaccepted/tizen_base_toolaccepted/tizen_baseaccepted/tizen_9.0_baseaccepted/tizen_8.0_baseaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_base
before: {bison, automake} -> flex -> bison -> automake (Circular dependency)
after: flex -> bison -> automake
Change-Id: I368f2e2475c0b1cdfee42b39cb9de5080b3364b9
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r-- | packaging/flex.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/flex.spec b/packaging/flex.spec index 3b0edfb..b9bebb8 100644 --- a/packaging/flex.spec +++ b/packaging/flex.spec @@ -8,9 +8,7 @@ Url: http://flex.sourceforge.net/ Group: Development/Languages/C and C++ Source: %{name}-%{version}.tar.bz2 Source1001: flex.manifest -BuildRequires: automake BuildRequires: makeinfo -BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: gettext-tools Requires: m4 |