1*4882a593SmuzhiyunDESCRIPTION = "The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used" 2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/gflags/gflags" 3*4882a593SmuzhiyunLICENSE = "BSD-3-Clause" 4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" 5*4882a593Smuzhiyun 6*4882a593SmuzhiyunSRC_URI = "git://github.com/gflags/gflags.git;branch=master;protocol=https" 7*4882a593SmuzhiyunSRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067" 8*4882a593Smuzhiyun 9*4882a593SmuzhiyunS = "${WORKDIR}/git" 10*4882a593Smuzhiyun 11*4882a593Smuzhiyuninherit cmake 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunEXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}" 14*4882a593Smuzhiyun 15*4882a593SmuzhiyunPACKAGES =+ "${PN}-bash-completion" 16*4882a593SmuzhiyunFILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh" 17*4882a593Smuzhiyun 18*4882a593SmuzhiyunRDEPENDS:${PN}-bash-completion = "bash bash-completion" 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk" 21