mirror of
https://git.yoctoproject.org/poky
synced 2026-05-28 03:52:40 +02:00
prelink: Fix SRC_URI and branch
(From OE-Core rev: bd8470dcaebddf37bf889d3dffd3dcb53d367f23) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user