diff options
| -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 | ||
