summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-04-28 21:42:48 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-04-28 21:42:48 +0000
commit986df53b3cb643b312a54919b91cc85347eb0f4b (patch)
tree05aa771e19c577e981612d329f8a61e6030d3eca /packages/python
parent5a51f37cecd6640ef544a8b511d444ee9afb1e34 (diff)
Fix recently added DEPENDS on ncurses-native. Fix HOSTCFLAGS to use _NATIVE.
Diffstat (limited to 'packages/python')
0 files changed, 0 insertions, 0 deletions
with machine_srcrev without initiate it which leads to below (additional debug added): DEBUG: Executing shell function do_patch . . . + [ 0 -ne 0 ] + [ != AUTOINC ] + git rev-parse --verify ~0 fatal: Needed a single revision + git merge-base HEAD usage: git merge-base [-a|--all] <commit> <commit>... or: git merge-base [-a|--all] --octopus <commit>... or: git merge-base --independent <commit>... or: git merge-base --is-ancestor <commit> <commit> or: git merge-base --fork-point <ref> [<commit>] -a, --all output all common ancestors --octopus find ancestors for a single n-way merge --independent list revs not reachable from others --is-ancestor is the first one ancestor of the other? --fork-point find where <commit> forked from reflog of <ref> + [ = ] + set +x DEBUG: Shell function do_patch finished Only reason it works today is because 'rev-parse/merge-base' with empty machine_srcrev will result in "false positive". Solve this by adding a similar non-empty check and use SRCREV as fallback as in 'do_kernel_metadata' Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Ross Burton <ross.burton@intel.com>