Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DESCRIPTION = "Google depot-tools."
- SECTION = "shadow"
- LICENSE = "BSD-3-Clause"
- PR = "r0"
- inherit native
- inherit staging
- SRC_URI = " \
- git://chromium.googlesource.com/chromium/tools/depot_tools.git;protocol=https;destsuffix=depot_tools;branch=master \
- "
- LIC_FILES_CHKSUM = "file://LICENSE;md5=c2c05f9bdd5fc0b458037c2d1fb8d95e"
- SRCREV = "4c5c8ab626d5e9e4e19271490cb895a6ef8a41da"
- S = "${WORKDIR}/depot_tools"
- do_install () {
- mkdir -p ${D}/usr/share
- cp -r --preserve=links ${S} ${D}/usr/share/depot_tools
- }
- SYSROOT_DIRS += "/usr/share/depot_tools"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement