diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
tree | 545d37c830534b43da2533efd402d9068cc15148 /recipes-devtools/bcm2835/bcm2835_1.52.bb | |
parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
download | meta-raspberrypi-ag/override.tar.gz |
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of
"_".
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-devtools/bcm2835/bcm2835_1.52.bb')
-rw-r--r-- | recipes-devtools/bcm2835/bcm2835_1.52.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-devtools/bcm2835/bcm2835_1.52.bb b/recipes-devtools/bcm2835/bcm2835_1.52.bb index eef6afd..87252bb 100644 --- a/recipes-devtools/bcm2835/bcm2835_1.52.bb +++ b/recipes-devtools/bcm2835/bcm2835_1.52.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "b9fd10f7a80aadaed28a77168709b7c519568a63b6e98d0a50e9c5fe31 | |||
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools |
19 | 19 | ||
20 | do_compile_append() { | 20 | do_compile:append() { |
21 | # Now compiling the examples provided by the package | 21 | # Now compiling the examples provided by the package |
22 | mkdir -p ${B}/examples | 22 | mkdir -p ${B}/examples |
23 | for file in `ls ${S}/examples`; do | 23 | for file in `ls ${S}/examples`; do |
@@ -25,7 +25,7 @@ do_compile_append() { | |||
25 | done | 25 | done |
26 | } | 26 | } |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | install -d ${D}/${libdir}/${BPN} | 29 | install -d ${D}/${libdir}/${BPN} |
30 | for file in ${B}/examples/* | 30 | for file in ${B}/examples/* |
31 | do | 31 | do |
@@ -35,8 +35,8 @@ do_install_append() { | |||
35 | 35 | ||
36 | PACKAGES += "${PN}-tests" | 36 | PACKAGES += "${PN}-tests" |
37 | 37 | ||
38 | RDEPENDS_${PN}-dev = "" | 38 | RDEPENDS:${PN}-dev = "" |
39 | 39 | ||
40 | FILES_${PN} = "" | 40 | FILES:${PN} = "" |
41 | FILES_${PN}-tests = "${libdir}/${BPN}" | 41 | FILES:${PN}-tests = "${libdir}/${BPN}" |
42 | FILES_${PN}-dbg += "${libdir}/${BPN}/.debug" | 42 | FILES:${PN}-dbg += "${libdir}/${BPN}/.debug" |