SRC_URI Checksums Additionals

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold
2010-12-07 20:06:29 -08:00
parent ba5e0b9531
commit 3d08b9f2c6
388 changed files with 1240 additions and 37 deletions

View File

@@ -3,3 +3,6 @@ export LDFLAGS = "-L${STAGING_LIBDIR}"
EXTRA_OECONF = " --with-zlib=yes"
PR = "r0"
SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91"
SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188"

View File

@@ -12,6 +12,9 @@ PR = "r1"
SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \
file://latencytop-makefile.patch"
SRC_URI[md5sum] = "73bb3371c6ee0b0e68e25289027e865c"
SRC_URI[sha256sum] = "9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef"
CFLAGS += "${LDFLAGS}"
do_install() {

View File

@@ -10,6 +10,9 @@ LTTDATE = "09242010"
SRC_URI = "http://ltt.polymtl.ca/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
SRC_URI[md5sum] = "ca81d874352756837518d74c9d1091a7"
SRC_URI[sha256sum] = "89c625a4d1b0823954217df232a31f3cae31de7b6655c0d885a61bece0dfcd88"
S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
inherit autotools

View File

@@ -16,6 +16,9 @@ PR = "r0"
SRC_URI = "http://lttng.org/files/ust/releases/ust-${PV}.tar.gz"
SRC_URI[md5sum] = "333ff7c8fef92b31dff85789865bb791"
SRC_URI[sha256sum] = "802398bc2c3ad5c80bd236d1ee24968f4da8a1401695e8dc15cb396ac836abb4"
S = "${WORKDIR}/ust-${PV}"
inherit autotools

View File

@@ -16,6 +16,9 @@ SECTION = "devel"
ALTNAME = "lttv-${PV}-20082010"
SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
SRC_URI[md5sum] = "ebcbc4e21184b4b0dcb0611b4977dad8"
SRC_URI[sha256sum] = "d258b13cd76c37e4f8395c06159986dd45517bef312895ffa59722087a2879e7"
S = "${WORKDIR}/${ALTNAME}"
inherit autotools

View File

@@ -37,3 +37,6 @@ pkg_postinst_module-init-tools-depmod() {
pkg_prerm_module-init-tools-depmod() {
update-alternatives --remove depmod /sbin/depmod.26
}
SRC_URI[md5sum] = "8b2257ce9abef74c4a44d825d23140f3"
SRC_URI[sha256sum] = "d012ab07ea26721467a85a775f34747c1c8897e37f16bec5317d8a72ef8b4f17"

View File

@@ -14,6 +14,9 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${P
file://armeb.patch;patch=1 \
file://gcc4.patch;patch=1"
SRC_URI[md5sum] = "bac989c74ed10f3bf86177fc5b4b89b6"
SRC_URI[sha256sum] = "ab4c9191645f9ffb455ae7c014d8c45339c13a1d0f6914817cfbf30a0bc56bf0"
inherit autotools
# modutils go in /sbin

View File

@@ -19,6 +19,9 @@ PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \
file://opstart.patch \
file://acinclude.m4"
SRC_URI[md5sum] = "4e407093ac06200185d5a5e6437d7242"
SRC_URI[sha256sum] = "3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880"
S = "${WORKDIR}/oprofile-${PV}"
inherit autotools

View File

@@ -15,6 +15,9 @@ PR = "r0"
SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz \
file://stub_out_the_ncurses_calls_in_dump_mode.patch"
SRC_URI[md5sum] = "78aa17c8f55178004223bf236654298e"
SRC_URI[sha256sum] = "2bc866089496877dd26d2d316ad5763ab8ecb5e28aefba44bc5d355dcdc58d98"
CFLAGS += "${LDFLAGS}"
EXTRA_OEMAKE = "VERSION=\"${PV}\""