diff options
-rwxr-xr-x[-rw-r--r--] | meta-oe/recipes-support/lcov/lcov_1.14.bb (renamed from meta-oe/recipes-support/lcov/lcov_1.11.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.11.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb index 56a018ba52..fd02f4a76b 100644..100755 --- a/meta-oe/recipes-support/lcov/lcov_1.11.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb | |||
@@ -43,10 +43,10 @@ RDEPENDS_${PN} += " \ | |||
43 | 43 | ||
44 | SRC_URI = "http://downloads.sourceforge.net/ltp/${BP}.tar.gz" | 44 | SRC_URI = "http://downloads.sourceforge.net/ltp/${BP}.tar.gz" |
45 | 45 | ||
46 | SRC_URI[md5sum] = "e79b799ae3ce149aa924c7520e993024" | 46 | SRC_URI[md5sum] = "0220d01753469f83921f8f41ae5054c1" |
47 | SRC_URI[sha256sum] = "c282de8d678ecbfda32ce4b5c85fc02f77c2a39a062f068bd8e774d29ddc9bf8" | 47 | SRC_URI[sha256sum] = "14995699187440e0ae4da57fe3a64adc0a3c5cf14feab971f8db38fb7d8f071a" |
48 | 48 | ||
49 | do_install() { | 49 | do_install() { |
50 | oe_runmake install PREFIX=${D} | 50 | oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} |
51 | } | 51 | } |
52 | 52 | ||