Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 | |
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-03-08 | distutils-base: Only RDEPEND python-core on target packages | Martin Jansa | 1 | |
* fixes ie setuptools, without this patch it RDEPENDs on python-core-native, which is not RPROVIDED by anything * imported from OE 8377b8ec57f35b9e5b81a74c77f68fd6e02949c8 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> | ||||
2009-12-05 | distutils: Sync with OE.dev | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <richard@rex.(none)> | ||||
2009-11-13 | classes: Remove and sanitise import statements | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2007-09-02 | classes/distutils*.bbclass: Merge updates from OE | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2645 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2007-08-08 | classes: Sync various classes with OE for various bugfixes | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2407 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2006-11-20 | classes: Sync with OE - mainly quoting fixes or other minor updates | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2006-07-21 | Rename /openembedded/ -> /meta/ | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 |