summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bcm2835/bcm2835_1.52.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:43:18 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:44:07 +0100
commit844827a3d265fbde0467c5687747662ceb49a938 (patch)
tree545d37c830534b43da2533efd402d9068cc15148 /recipes-devtools/bcm2835/bcm2835_1.52.bb
parent8dc3a310883ea87cd9900442f46f20bb08e57583 (diff)
downloadmeta-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.bb12
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
18inherit autotools 18inherit autotools
19 19
20do_compile_append() { 20do_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
28do_install_append() { 28do_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
36PACKAGES += "${PN}-tests" 36PACKAGES += "${PN}-tests"
37 37
38RDEPENDS_${PN}-dev = "" 38RDEPENDS:${PN}-dev = ""
39 39
40FILES_${PN} = "" 40FILES:${PN} = ""
41FILES_${PN}-tests = "${libdir}/${BPN}" 41FILES:${PN}-tests = "${libdir}/${BPN}"
42FILES_${PN}-dbg += "${libdir}/${BPN}/.debug" 42FILES:${PN}-dbg += "${libdir}/${BPN}/.debug"