diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-09 15:19:23 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-09 15:19:23 +0100 |
commit | 9402f934b6f762680e687998cf3808dda810f109 (patch) | |
tree | 18c63d1a079c1c52ab9f8cac8fab09ab9e11f448 | |
parent | 8fe347a851b6c22cd84532622effc3fa237efe89 (diff) | |
download | poky-9402f934b6f762680e687998cf3808dda810f109.tar.gz |
linux-wrs: Update now SRCREV variable order is fixed
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 696b7d407a..34451dda6a 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
@@ -60,8 +60,8 @@ do_patch() { | |||
60 | validate_branches() { | 60 | validate_branches() { |
61 | branch_head=`git show-ref -s --heads ${WRMACHINE}-${LINUX_KERNEL_TYPE}` | 61 | branch_head=`git show-ref -s --heads ${WRMACHINE}-${LINUX_KERNEL_TYPE}` |
62 | meta_head=`git show-ref -s --heads wrs_meta` | 62 | meta_head=`git show-ref -s --heads wrs_meta` |
63 | target_branch_head="${SRCREV_pn-linux-wrs_machine}" | 63 | target_branch_head="${SRCREV_machine}" |
64 | target_meta_head="${SRCREV_pn-linux-wrs_meta}" | 64 | target_meta_head="${SRCREV_meta}" |
65 | 65 | ||
66 | if [ -n "$target_branch_head" ] && [ "$branch_head" != "$target_branch_head" ]; then | 66 | if [ -n "$target_branch_head" ] && [ "$branch_head" != "$target_branch_head" ]; then |
67 | if [ -n "${force_revisions}" ]; then | 67 | if [ -n "${force_revisions}" ]; then |