projects
/
platform
/
upstream
/
flex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d9e10
)
packaging: remove build dependens on automake, bison
68/218268/2
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_tool
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
accepted/tizen/6.0/base/20201029.110550
accepted/tizen/6.0/base/20230713.142837
accepted/tizen/6.0/base/tool/20201029.112020
accepted/tizen/6.0/base/tool/hotfix/20201030.124824
accepted/tizen/6.0/base/tool/hotfix/20201102.090035
accepted/tizen/6.5/base/20230714.002503
accepted/tizen/6.5/base/tool/20211027.115245
accepted/tizen/7.0/base/20230714.002912
accepted/tizen/7.0/base/hotfix/20230714.003727
accepted/tizen/7.0/base/tool/20221028.113247
accepted/tizen/7.0/base/tool/hotfix/20221115.085031
accepted/tizen/8.0/base/20231005.044707
accepted/tizen/9.0/base/20241030.075152
accepted/tizen/base/20191208.221753
accepted/tizen/base/20230714.003319
submit/tizen_6.0_base/20201029.184801
submit/tizen_6.0_base_hotfix/20201030.192501
submit/tizen_6.0_base_hotfix/20201102.162701
submit/tizen_6.5_base/20211026.180901
submit/tizen_6.5_base/20211027.183101
submit/tizen_6.5_base/20211027.200601
submit/tizen_7.0_base/20221028.200901
submit/tizen_7.0_base_hotfix/20221115.161501
submit/tizen_base/20191202.105105
tizen_6.0.m2_release
tizen_6.5.m2_release
tizen_7.0_m2_release
tizen_8.0_m2_release
tizen_9.0_m2_release
author
Dongkyun Son
<dongkyun.s@samsung.com>
Thu, 21 Nov 2019 03:43:12 +0000
(12:43 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Thu, 21 Nov 2019 04:03:05 +0000
(13:03 +0900)
before: {bison, automake} -> flex -> bison -> automake (Circular dependency)
after: flex -> bison -> automake
Change-Id: I368f2e2475c0b1cdfee42b39cb9de5080b3364b9
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/flex.spec
patch
|
blob
|
history
diff --git
a/packaging/flex.spec
b/packaging/flex.spec
index
3b0edfb
..
b9bebb8
100644
(file)
--- 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