diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/guilt/guilt-native_git.bb | 11 |
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" | |||
6 | inherit native | 6 | inherit native |
7 | 7 | ||
8 | SRC_URI = "git://repo.or.cz/guilt.git \ | 8 | SRC_URI = "git://repo.or.cz/guilt.git \ |
9 | file://guilt-bash.patch \ | 9 | file://guilt-bash.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRCREV="c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb" | 12 | SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb" |
13 | 13 | ||
14 | S="${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | |||
16 | SRC_URI[md5sum] = "d800c5e0743d90543ef51d797a626e09" | ||
17 | SRC_URI[sha256sum] = "64dfe6af1e924030f71163f3aa12cd846c80901d6ff8ef267ea35bb0752b4ba9" | ||
18 | 15 | ||
19 | # we don't compile, we just install | 16 | # we don't compile, we just install |
20 | do_compile() { | 17 | do_compile() { |