aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-22 11:50:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:47:37 +0000
commitd673ec1686631f4b146f59f8dc36287b65a5d95d (patch)
tree646b7f5952ae4333ca5a8ff9546664dd6d5a5075
parentb3419d1d0cf3c7d21ed9e2ab65f16b8fc1b352bf (diff)
downloadopenembedded-core-d673ec1686631f4b146f59f8dc36287b65a5d95d.tar.gz
guilt-native: tidy up recipe
* Fix indentation and spacing * Drop SRC_URI checksums that aren't used (recipe is fetching from git) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/recipes-devtools/guilt/guilt-native_git.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/meta/recipes-devtools/guilt/guilt-native_git.bb
index e88ae2cc13..dfb3378dd9 100644
--- a/meta/recipes-devtools/guilt/guilt-native_git.bb
+++ b/meta/recipes-devtools/guilt/guilt-native_git.bb
@@ -6,15 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b6f3400dc1a01cebafe8a52b3f344135"
inherit native
SRC_URI = "git://repo.or.cz/guilt.git \
- file://guilt-bash.patch \
- "
+ file://guilt-bash.patch \
+ "
-SRCREV="c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb"
+SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb"
-S="${WORKDIR}/git"
-
-SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09"
-SRC_URI[sha256sum] = "64dfe6af1e924030f71163f3aa12cd846c80901d6ff8ef267ea35bb0752b4ba9"
+S = "${WORKDIR}/git"
# we don't compile, we just install
do_compile() {