diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-22 08:58:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-22 08:58:56 +0000 |
commit | 4bbe7a5067452b43bf3258b17e2a653a2273b476 (patch) | |
tree | 37ab8053c491cd4f6d98b6b1e174675f6d63ee87 /meta/recipes-kernel/kern-tools | |
parent | 46cc0d0a2f1486bf541c1a1b11075de3da396cc2 (diff) | |
download | openembedded-core-4bbe7a5067452b43bf3258b17e2a653a2273b476.tar.gz openembedded-core-4bbe7a5067452b43bf3258b17e2a653a2273b476.tar.bz2 openembedded-core-4bbe7a5067452b43bf3258b17e2a653a2273b476.zip |
Revert "kern-tools: report missing config fragments by name"
This reverts commit 46cc0d0a2f1486bf541c1a1b11075de3da396cc2 since
the revision in question isn't in the repository.
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 635dfe6add..f2cd39f645 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=d8d1d729a70c DEPENDS = "git-native guilt-native" -SRCREV = "62c8807825ea923a18b1519375b0df67ad9daf2b" +SRCREV = "6f68c9473b43c3e39755a72aef8733cbd0bf1a59" PR = "r12" PV = "0.1+git${SRCPV}" |