summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/glide.bbclass
blob: 21b48fa4e0def861f5142d29bd363e74204509f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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 )
}