Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DESCRIPTION = "The Go language implementation of gRPC. HTTP/2 based RPC including its circular (F#CKING) dependencies"
- SECTION = "net"
- HOMEPAGE = "https://github.com/grpc/grpc-go"
- LICENSE = "BSD-3-Clause & Apache-2.0"
- LIC_FILES_CHKSUM = "file://${GO_SRCROOT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
- #GITHUB_URL_GRPC = "github.com/grpc/grpc-go"
- GITHUB_URL_GRPC = "/tmp/yocto-autobuilder/go/grpc-grpc-go;protocol=file"
- GITHUB_URL_GENPROTO = "github.com/google/go-genproto"
- GITHUB_URL_OAUTH2 = "github.com/golang/oauth2"
- GITHUB_URL_CLOUD = "github.com/GoogleCloudPlatform/google-cloud-go"
- GITHUB_URL_MOCK = "github.com/golang/mock"
- GITHUB_URL_GLOG = "github.com/golang/glog"
- SRC_URI = "git://${GITHUB_URL_GRPC};name=grpc \
- git://${GITHUB_URL_GENPROTO};name=genproto;destsuffix=${GO_SRCROOT}/vendor/google.golang.org/genproto \
- git://${GITHUB_URL_OAUTH2};name=oauth2;destsuffix=${GO_SRCROOT}/vendor/golang.org/x/oauth2 \
- git://${GITHUB_URL_CLOUD};name=cloud;destsuffix=${GO_SRCROOT}/vendor/cloud.google.com/go \
- git://${GITHUB_URL_MOCK};name=mock;destsuffix=${GO_SRCROOT}/vendor/github.com/golang/mock \
- git://${GITHUB_URL_GLOG};name=glog;destsuffix=${GO_SRCROOT}/vendor/github.com/golang/glog \
- "
- GO_SRCROOT = "google.golang.org/grpc"
- #SRCREV_grpc = "5856538706dc3abc44dd5ba1a8bb19a0dfb1ab25"
- SRCREV_grpc = "d5cab77a7baf2408f32b13cdf98297300fc4f141"
- SRCREV_genproto = "f676e0f3ac6395ff1a529ae59a6670878a8371a6"
- SRCREV_oauth2 = "bb50c06baba3d0c76f9d125c0719093e315b5b44"
- SRCREV_cloud = "de2581fdb28567746811900f54e0883d907115ce"
- SRCREV_mock = "61503c535dc549c7ffc1ff07902345658a0f20a2"
- SRCREV_glog = "23def4e6c14b4da8ac2ed8007337bc5eb5007998"
- inherit golang
- DEPENDS = "\
- golang-goprotobuf \
- golang-x-net \
- golang-x-text \
- "
- PTEST_ENABLED = ""
- PTEST_ENABLED_grpc = ""
- PTEST_ENABLED_genproto = ""
- PTEST_ENABLED_oauth2 = ""
- PTEST_ENABLED_cloud = ""
- PTEST_ENABLED_mock = ""
- PETST_ENABLED_glog = ""
- #### FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
- #SRC_URI = "git://github.com/grpc/grpc-go.git;protocol=https;name=grpc;destsuffix=${PN}-${PV}/src/${GO_IMPORT_GRPC} \
- # git://github.com/google/go-genproto.git;protocol=https;name=genproto;destsuffix=${PN}-${PV}/src/${GO_IMPORT_GENPROTO} \
- # git://github.com/googleapis/gax-go.git;protocol=https;name=gaxgo;destsuffix=${PN}-${PV}/src/${GO_IMPORT_GAX_GO} \
- # git://github.com/golang/oauth2.git;protocol=https;name=oauth2;destsuffix=${PN}-${PV}/src/${GO_IMPORT_OAUTH2} \
- # git://github.com/google/google-api-go-client;protocol=https;name=api;destsuffix=${PN}-${PV}/src/${GO_IMPORT_API} \
- # git://code.googlesource.com/gocloud;protocol=https;name=cloud;destsuffix=${PN}-${PV}/src/${GO_IMPORT_CLOUD} \
- # "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement