"Burton, Ross" <[email protected]> writes: > Quick question of style for the community to bikeshed on: in the > general case should recipes be split into foo_1.2.bb and foo.inc, or > should they only split to bb/inc if there are multiple versions and > generally there should just be foo_1.2.bb. > > Specifically I'm looking at the libunwind patch for oe-core (moving > from meta-oe) which adds libunwind_1.1.bb and libunwind.inc. > Personally I feel that splitting them up complicates packaging and > should only be done if there's actually multiple versions being used.
.inc files make sense with current packaging because they are revision control friendly. E.g. you can put the logic into .inc and follow its history with 'git log' which is not possible when there are only the versioned .bb files. Of course, the versioned .bb files do not make much sense nowadays. They were useful in old OE times were multiple versions of a package were kept in parallel. Enrico -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
