mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -52,8 +52,8 @@ do_install() {
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-bin"
|
||||
FILES_${PN}-bin = "${bindir}/*"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES:${PN}-bin = "${bindir}/*"
|
||||
FILES:${PN} = "${libdir}/*.so.*"
|
||||
|
||||
SRC_URI[md5sum] = "838dbac20b56d2c4292e98848505a05b"
|
||||
SRC_URI[sha256sum] = "3f35ebfb67867fb5b583a03e480f900206af637efe7179b32294a6a0cf806f37"
|
||||
|
||||
Reference in New Issue
Block a user