blob: 21b48fa4e0def861f5142d29bd363e74204509f7 [file] [log] [blame]
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#
# Handle Glide Vendor Package Management use
#
# Copyright 2018 (C) O.S. Systems Software LTDA.
DEPENDS:append = " glide-native"
do_compile:prepend() {
( cd ${B}/src/${GO_IMPORT} && glide install )
}