summaryrefslogtreecommitdiff
path: root/packages/python/python-native_2.4.0.bb
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-11 14:57:41 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-11 14:57:41 +0000
commit0cd1e202e170f7c6f61329427122e51263cf2ca9 (patch)
treeb5a9d417a59b4187c5a306a48290b89e72c8910f /packages/python/python-native_2.4.0.bb
parentadf5a49dd346b412db24a3455ac126d345e69185 (diff)
apache2-native: doesn't build if native apr is found.
Diffstat (limited to 'packages/python/python-native_2.4.0.bb')
0 files changed, 0 insertions, 0 deletions
ore.git/commit/meta/classes/copyleft_compliance.bbclass?h=fido&id=694a15382fe9f3749ffdc0168a6dc2da8a29ae2d'>copyleft_compliance: set 'dirs' flag on taskChristopher Larson1 Without this, due to bitbake defaulting to ${B}, it's possible to get ${S} inadvertantly created before do_unpack, breaking the unpack of git sources, which expect the destination to not exist. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-06-11copyleft_compliance: handle localpaths ending with '/'Christopher Larson1 Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-01-07copyleft_compliance: force the symlink creationChristopher Larson1 Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-01-07copyleft_compliance: grab the scm mirror tarballsChristopher Larson1 If the mirror tarball is available, it's a better choice for this than the repository directory. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-08-28copyleft_compliance.bbclass: remove the duplicated codeRobert Yang1 A part of the code in copyleft_compliance.bbclass is duplicated to archiver.bbclass, remove the duplicated lines. [YOCTO #2619] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie