diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-06 14:48:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-06 14:49:28 +0100 |
commit | c710430aa1a5a30d3087c3102485d4621e8d179e (patch) | |
tree | 5965f1ef6e592ccc3f8bc23de34a00b85e0b41fb /meta/recipes-devtools | |
parent | fe40065693a936102804a37b53413eeb740180a4 (diff) | |
download | poky-c710430aa1a5a30d3087c3102485d4621e8d179e.tar.gz |
Revert "prelink: Fix SRC_URI and branch"
This reverts commit bd8470dcaebddf37bf889d3dffd3dcb53d367f23.
It breaks prelink since its using the master branch which doesn't contain
the cross changes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 c252409bc2..3f2a2e227d 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -9,7 +9,7 @@ and executables, so that far fewer relocations need to be resolved at \ | |||
9 | runtime and thus programs come up faster." | 9 | runtime and thus programs come up faster." |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
12 | SRCREV = "1f2b5469d1a10e9bfd53aafb8501b361ef08bcb0" | 12 | SRCREV = "a853a5d715d84eec93aa68e8f2df26b7d860f5b2" |
13 | PV = "1.0+git${SRCPV}" | 13 | PV = "1.0+git${SRCPV}" |
14 | 14 | ||
15 | # | 15 | # |
@@ -27,7 +27,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default" | |||
27 | 27 | ||
28 | PACKAGES =+ "${PN}-cron" | 28 | PACKAGES =+ "${PN}-cron" |
29 | 29 | ||
30 | SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \ | 30 | SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink_staging \ |
31 | file://prelink.conf \ | 31 | file://prelink.conf \ |
32 | file://prelink.cron.daily \ | 32 | file://prelink.cron.daily \ |
33 | file://prelink.default \ | 33 | file://prelink.default \ |