diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 19:58:04 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-04 12:30:12 +0300 |
| commit | 9ea7aa2cd2cdc775425797b689e782718896ea50 (patch) | |
| tree | 3831e2403262e27cd178a213b82c2ed8ad91e9a6 /recipes-devtools/bcm2835 | |
| parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
| download | meta-raspberrypi-9ea7aa2cd2cdc775425797b689e782718896ea50.tar.gz | |
Convert to new override syntax
This is the result of automated script 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 'recipes-devtools/bcm2835')
| -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" |
