From 9402f934b6f762680e687998cf3808dda810f109 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Sep 2010 15:19:23 +0100 Subject: linux-wrs: Update now SRCREV variable order is fixed Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-wrs_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta') 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() { validate_branches() { branch_head=`git show-ref -s --heads ${WRMACHINE}-${LINUX_KERNEL_TYPE}` meta_head=`git show-ref -s --heads wrs_meta` - target_branch_head="${SRCREV_pn-linux-wrs_machine}" - target_meta_head="${SRCREV_pn-linux-wrs_meta}" + target_branch_head="${SRCREV_machine}" + target_meta_head="${SRCREV_meta}" if [ -n "$target_branch_head" ] && [ "$branch_head" != "$target_branch_head" ]; then if [ -n "${force_revisions}" ]; then -- cgit v1.2.3-54-g00ecf