diff options
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 79a5f50110..e223ef6897 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -8,7 +8,7 @@ and executables, so that far fewer relocations need to be resolved at \ | |||
8 | runtime and thus programs come up faster." | 8 | runtime and thus programs come up faster." |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
11 | SRCREV = "cdee5a4dd226cc5e9f30f370067a9031f398ef3c" | 11 | SRCREV = "927979bbd115eeb8a75db3231906ef6aca4c4eb6" |
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |
13 | 13 | ||
14 | # | 14 | # |
@@ -35,7 +35,7 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink \ | |||
35 | TARGET_OS_ORIG := "${TARGET_OS}" | 35 | TARGET_OS_ORIG := "${TARGET_OS}" |
36 | OVERRIDES_append = ":${TARGET_OS_ORIG}" | 36 | OVERRIDES_append = ":${TARGET_OS_ORIG}" |
37 | 37 | ||
38 | S = "${WORKDIR}/git/trunk" | 38 | S = "${WORKDIR}/git" |
39 | 39 | ||
40 | inherit autotools | 40 | inherit autotools |
41 | 41 | ||