mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
238 B
BlitzBasic
12 lines
238 B
BlitzBasic
require oprofile.inc
|
|
|
|
SRCREV = "88f43190d412d28ebf5c75a76ba20343d0fe4c41"
|
|
PV = "0.9.7+git${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
|
|
SRC_URI += "git://oprofile.git.sourceforge.net/gitroot/${BPN}/${BPN}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|