diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-kernel/oprofile | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/oprofile')
| -rw-r--r-- | meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb index 7a18446823..ee37b6c6b7 100644 --- a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb +++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb | |||
| @@ -11,11 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 11 | SECTION = "devel" | 11 | SECTION = "devel" |
| 12 | 12 | ||
| 13 | DEPENDS = "popt binutils" | 13 | DEPENDS = "popt binutils" |
| 14 | DEPENDS_append_powerpc64 = " libpfm4" | 14 | DEPENDS:append:powerpc64 = " libpfm4" |
| 15 | DEPENDS_append_powerpc64le = " libpfm4" | 15 | DEPENDS:append:powerpc64le = " libpfm4" |
| 16 | 16 | ||
| 17 | COMPATIBLE_HOST_riscv64 = "null" | 17 | COMPATIBLE_HOST:riscv64 = "null" |
| 18 | COMPATIBLE_HOST_riscv32 = "null" | 18 | COMPATIBLE_HOST:riscv32 = "null" |
| 19 | 19 | ||
| 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
| 21 | file://acinclude.m4 \ | 21 | file://acinclude.m4 \ |
| @@ -68,8 +68,8 @@ do_install_ptest() { | |||
| 68 | libutil++/tests/file_manip_tests.o ${D}${PTEST_PATH}/libutil++/tests | 68 | libutil++/tests/file_manip_tests.o ${D}${PTEST_PATH}/libutil++/tests |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | RDEPENDS_${PN} = "binutils-symlinks" | 71 | RDEPENDS:${PN} = "binutils-symlinks" |
| 72 | 72 | ||
| 73 | FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" | 73 | FILES:${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" |
| 74 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" | 74 | FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" |
| 75 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | 75 | FILES:${PN}-staticdev += "${libdir}/${BPN}/lib*.a" |
