summaryrefslogtreecommitdiff
path: root/packages/python/python-pyro/.mtn2git_empty
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain)

log/meta/classes/debian.bbclass?h=morty&id=ce6c80a1e68c2af0b4b5fa27582ad9c9f119e5c1'>Collapse)AuthorFiles 2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1 This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-09-21debian.bbclass: Fix hardcoded "lib" referenceRichard Purdie1 This patch removes a hardcoded "lib" reference from debian.bbclass allowing libdirs like "lib64" to be used. Whilst working on this area of code, a similar assumption about "bin" is removed and the regular expression compilation is moved to the parent function since it doesn't change and this will improve the speed of the code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-09-16debian/_ipk.bbclass: Added multilib support for package_name_hook()Lianhao Lu1 [YOCTO #1486] 1. Added multilib support for package_name_hook() so MLPREFIX is kept in the final package name. 2. clean the output of log_check_ipk. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> 2011-03-08debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGSMartin Jansa1 * see comment for reason why we need this * more info: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029877.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> 2011-02-10debian.bbclass: Only set rdeptask for do_package if packaging is enabledRichard Purdie1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>