バグ #3083
Pythonコンポーネント作成時、Description.txt, License.txtが含まれていない
Start date:
10/30/2014
Due date:
% Done:
100%
Estimated time:
Description
メーリングリスト投稿への対応(openrtm-users:03119)
Associated revisions
Description.txt and Lisence.txt has been added to generateTemplateCode10.
Doxyfile path in CMakeLists.txt has been reverted.
History
#1 Updated by n.kawauchi about 9 years ago
- % Done changed from 0 to 100
修正方針
Pythonコンポーネントは、ビルダーが生成したCMakeLists.txtでDEB/RPMパッケージを作成できる。
この場合、pythonであってもcamkeを実行する。(実例はImageProcessingに含まれるTkCalibGUI)
$ cd build $ cmake .. $ make $ make package
こうすると、build/_CPack_Packages下に生成される。
現状のビルダーが生成したままのCMakeLists.txtでは、DEB/RPMパッケージ作成において
Description.txtとLicense.txtが無いというエラーになることを含めて不具合があるので、合わせて修正しcmakeが通るようにした。
r520~r525にて修正。
#2 Updated by n.kawauchi almost 9 years ago
- Status changed from 新規 to 解決
#3 Updated by n-ando over 8 years ago
- Status changed from 解決 to 終了
Bugs in creating python component package has been fixed.