diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-05 15:28:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-06 10:35:55 +0100 |
commit | bd8470dcaebddf37bf889d3dffd3dcb53d367f23 (patch) | |
tree | 4dff597a8765e6bdc0fbfd076af8212a009db190 /meta | |
parent | 1f0568c6b8982f814f630193fb5114db489afcaf (diff) | |
download | openembedded-core-bd8470dcaebddf37bf889d3dffd3dcb53d367f23.tar.gz openembedded-core-bd8470dcaebddf37bf889d3dffd3dcb53d367f23.tar.bz2 openembedded-core-bd8470dcaebddf37bf889d3dffd3dcb53d367f23.zip |
prelink: Fix SRC_URI and branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
-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 3f2a2e227d..c252409bc2 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 \ runtime and thus programs come up faster." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" -SRCREV = "a853a5d715d84eec93aa68e8f2df26b7d860f5b2" +SRCREV = "1f2b5469d1a10e9bfd53aafb8501b361ef08bcb0" PV = "1.0+git${SRCPV}" # @@ -27,7 +27,7 @@ FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default" PACKAGES =+ "${PN}-cron" -SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink_staging \ +SRC_URI = "git://git.yoctoproject.org/prelink-cross.git \ file://prelink.conf \ file://prelink.cron.daily \ file://prelink.default \ |