diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-08-28 20:35:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-29 18:18:13 -0700 |
| commit | 48b61ca65257b03b19cfdb4cdb2ff57e0804abc0 (patch) | |
| tree | b788fa914bdbb454f39516f5e5941927c95c4f7f /meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | |
| parent | 840850e834d9ee3d51b0ea9fcd169448e46e9747 (diff) | |
| download | meta-openembedded-48b61ca65257b03b19cfdb4cdb2ff57e0804abc0.tar.gz | |
turbostat: Provide a persistent COPYING file
we were having static md5 sum but the COPYING file
was very much tied to certain versions of kernel this
makes it fail for several different kernel versions
so lets keep the upstream version of copying file
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb index 3559417948..dc3e78febb 100644 --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb +++ b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | |||
| @@ -12,16 +12,15 @@ processor frequency and idle power saving state residency on supported \ | |||
| 12 | processors." | 12 | processors." |
| 13 | 13 | ||
| 14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPLv2" |
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 15 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
| 16 | |||
| 17 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
| 18 | COMPATIBLE_HOST_libc-musl = "null" | 17 | COMPATIBLE_HOST_libc-musl = "null" |
| 19 | 18 | ||
| 20 | DEPENDS = "virtual/kernel" | 19 | SRC_URI += "\ |
| 20 | file://COPYING \ | ||
| 21 | " | ||
| 21 | 22 | ||
| 22 | do_fetch[noexec] = "1" | 23 | DEPENDS = "virtual/kernel" |
| 23 | do_unpack[noexec] = "1" | ||
| 24 | do_patch[noexec] = "1" | ||
| 25 | 24 | ||
| 26 | # This looks in S, so we better make sure there's | 25 | # This looks in S, so we better make sure there's |
| 27 | # something in the directory. | 26 | # something in the directory. |
| @@ -43,7 +42,7 @@ do_configure_prepend() { | |||
| 43 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/msr-index.h ${S} | 42 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/msr-index.h ${S} |
| 44 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/intel-family.h ${S} | 43 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/intel-family.h ${S} |
| 45 | cp -r ${STAGING_KERNEL_DIR}/tools/power/x86/turbostat/* ${S} | 44 | cp -r ${STAGING_KERNEL_DIR}/tools/power/x86/turbostat/* ${S} |
| 46 | cp -r ${STAGING_KERNEL_DIR}/COPYING ${S} | 45 | cp -r ${WORKDIR}/COPYING ${S} |
| 47 | } | 46 | } |
| 48 | 47 | ||
| 49 | do_compile() { | 48 | do_compile() { |
