diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-03 19:29:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:31 -0700 |
commit | aa8225f9d1f630b0a9885ea50cdcc269315f9228 (patch) | |
tree | 0e6e696f8058191e63ce5a1161939b19061e2a10 /meta/recipes-kernel | |
parent | 13dce7ce4d3e38b5d1bf1eb346e35df73dc42d09 (diff) | |
download | poky-aa8225f9d1f630b0a9885ea50cdcc269315f9228.tar.gz |
oprofile: reorder SRC_URI lines to fix upstream version check
The source tarball should be listed first.
(From OE-Core rev: 3f5d6405a0f4a5de14f7aebe430160c2256bf218)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile.inc | 3 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_1.0.0.bb | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 49e6b16c1c..6b393bc9e6 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc | |||
@@ -18,7 +18,8 @@ FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" | |||
18 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" | 18 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" |
19 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | 19 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" |
20 | 20 | ||
21 | SRC_URI = "file://filemode-fix.patch \ | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
22 | file://filemode-fix.patch \ | ||
22 | file://acinclude.m4 \ | 23 | file://acinclude.m4 \ |
23 | file://automake-foreign.patch \ | 24 | file://automake-foreign.patch \ |
24 | file://oprofile-cross-compile-tests.patch \ | 25 | file://oprofile-cross-compile-tests.patch \ |
diff --git a/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb b/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb index f4a34b32e6..b44b5c5b20 100644 --- a/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb +++ b/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb | |||
@@ -3,8 +3,6 @@ require oprofile.inc | |||
3 | DEPENDS += "virtual/kernel" | 3 | DEPENDS += "virtual/kernel" |
4 | DEPENDS_append_powerpc64 = " libpfm4" | 4 | DEPENDS_append_powerpc64 = " libpfm4" |
5 | 5 | ||
6 | SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | ||
7 | |||
8 | SRC_URI[md5sum] = "ba0b340e5c421a93959776c836ed35b3" | 6 | SRC_URI[md5sum] = "ba0b340e5c421a93959776c836ed35b3" |
9 | SRC_URI[sha256sum] = "847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a" | 7 | SRC_URI[sha256sum] = "847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a" |
10 | 8 | ||