summaryrefslogtreecommitdiff
path: root/packaging/flatbuffers.spec
AgeCommit message (Collapse)AuthorFilesLines
2021-05-14[Python] Add flatbuffers python packagingtizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163401submit/tizen/20210604.065820accepted/tizen/unified/20210604.120728accepted/tizen/7.0/unified/hotfix/20221116.110752accepted/tizen/7.0/unified/20221110.063757accepted/tizen/6.5/unified/20211029.012718tizen_7.0_hotfixtizen_7.0tizen_6.5sandbox/sangjung/v2.0.0_backupsandbox/gichan/v2.0.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedGichan Jang1-1/+28
Add flatbuffers python packaging Change-Id: Idb93e673facd7c8eb91dad731547fec13af68101 Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
2021-05-13Bump to flatbuffers 2.0.0Gichan Jang1-1/+4
Bump to flatbuffers 2.0.0 Change-Id: I5f229796cccfdb60cd15c29996aff57f75bc5cdb Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
2021-05-13[Dist/Tizen] Revise the rpm spec file to include .pc in the dev packageWook Song1-1/+11
This patch revises the rpm spec file to include the .pc file in the dev-kit package. Change-Id: I456b1fa494a38cd9cd1724863028a9b69ac7df4b Signed-off-by: Wook Song <wook16.song@samsung.com>
2021-05-13Bump to flatbuffers 1.12.0Geunsik Lim1-2/+7
Change-Id: I228241b006edf9850e035a96b69fc6c305905280 Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
2021-05-13Add -fno-lto for creating static librarySemun Lee1-0/+3
When -flto option is used, static library doesn't contain symbol names in it. It may leads "undefined symbol" problem in some applications. Change-Id: I3ab5f644b72e504d9390311e4ce945d9ac28527e Signed-off-by: Semun Lee <semun.lee@samsung.com>
2021-05-13Re-ported build-error workaround from 1.6.0MyungJoo Ham1-3/+6
There was a build-error fix in flatbuffers-1.6.0, which was in bash build script. They appear to lose it when they abandoned the bash build script. The following is the commit message of the workaround of flatbuffers 1.6.0 mainline: Work around flatbuffers flaky build The flatbuffers build ocasionally fails with the following error: /flatbuffers/flatbuffers-1.6.0/src/idl_parser.cpp /mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:19:17: error: 'MyGame' has not been declared using namespace MyGame::Sample; ^ /mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:19:25: error: 'Sample' is not a namespace-name using namespace MyGame::Sample; ^ /mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:19:31: error: expected namespace-name before ';' token using namespace MyGame::Sample; ^ /mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp: In function 'int main(int, const char**)': /mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:25:3: error: 'flatbuffers' has not been declared flatbuffers::FlatBufferBuilder builder; ^ /mnt/source/flatbuffers/flatbuffers-1.6.0/samples/sample_binary.cpp:28:26: error: 'builder' was not declared in this scope auto weapon_one_name = builder.CreateString("Sword"); ^ ... Disabling the BUILD_TESTS target removes the flakiness and makes the compilation faster. Reviewed-on: http://gerrit.cloudera.org:8080/12886 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Tim Armstrong <tarmstrong@cloudera.com> Change-Id: Ica8300d7edad7d10adad311cc22c18b8987b1f9b Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2021-05-13[Dist/Tizen] Add rpm spec and manifest files to support GBSParichay Kapoor1-0/+66
This PR provides tizen packages, flatbuffers and flatbuffers-devel. Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>