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-09 15:14:32 -0700 |
commit | 3f5d6405a0f4a5de14f7aebe430160c2256bf218 (patch) | |
tree | fa18736e240b3d7d61e10913ea7fdd7a33e12d84 /meta/recipes-kernel/oprofile | |
parent | ae2edc6912c6e234d352a11a87bf96063d09a0ee (diff) | |
download | openembedded-core-3f5d6405a0f4a5de14f7aebe430160c2256bf218.tar.gz openembedded-core-3f5d6405a0f4a5de14f7aebe430160c2256bf218.tar.bz2 openembedded-core-3f5d6405a0f4a5de14f7aebe430160c2256bf218.zip |
oprofile: reorder SRC_URI lines to fix upstream version check
The source tarball should be listed first.
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/oprofile')
-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}" FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" -SRC_URI = "file://filemode-fix.patch \ +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ + file://filemode-fix.patch \ file://acinclude.m4 \ file://automake-foreign.patch \ 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 DEPENDS += "virtual/kernel" DEPENDS_append_powerpc64 = " libpfm4" -SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" - SRC_URI[md5sum] = "ba0b340e5c421a93959776c836ed35b3" SRC_URI[sha256sum] = "847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a" |