From 1225cc4486453f4830a567e341a7de9f26656dbd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 3 Oct 2010 23:27:15 -0400 Subject: kern_tools: allow patching on autocreated/empty branches Fixes [BUGID #388] Even if we aren't creating the branch from scratch, it is possible that it has never been patched before. So let's make sure the infrastructure for patching is always in place. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/kern-tools') diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index b59919651b..683068ae9e 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=e2bf4415f3d8 DEPENDS = "git-native guilt-native" -PR = r6 +PR = r7 PV = "0.1+git${SRCPV}" inherit native -- cgit v1.2.3-54-g00ecf