mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now, so we should change SRC_URI to the one maintained by the Yocto project. This one includes new bugfixes. This fixes [YOCTO #820] [sgw: merged oprofile-git.inc back into .bb as suggested by Joshua] (From OE-Core rev: d694c6700ee27672e5372939a98d5050cda44ca9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
270 B
BlitzBasic
11 lines
270 B
BlitzBasic
require oprofileui.inc
|
|
|
|
PV = "0.0+git${SRCPV}"
|
|
PR = "r2"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now.
|
|
SRC_URI = "git://git.pokylinux.org/oprofileui;protocol=git \
|
|
file://dso_linking_change_build_fix.patch "
|