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:
@@ -2,7 +2,7 @@ SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-S
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "libusb-compat libftdi"
|
||||
RDEPENDS_${PN} = "libusb1"
|
||||
RDEPENDS:${PN} = "libusb1"
|
||||
|
||||
SRC_URI = " \
|
||||
git://repo.or.cz/openocd.git;protocol=http;name=openocd \
|
||||
@@ -46,7 +46,7 @@ do_install() {
|
||||
fi
|
||||
}
|
||||
|
||||
FILES_${PN} = " \
|
||||
FILES:${PN} = " \
|
||||
${datadir}/openocd/* \
|
||||
${bindir}/openocd \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user