summaryrefslogtreecommitdiffstats
path: root/meta/classes/glide.bbclass
blob: db421745bd0ffe815a13a5eb235c8dda5ed41ef9 (plain)
1
2
3
4
5
6
7
8
9
# 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 )
}