diff options
| -rw-r--r-- | meta-oe/recipes-support/gflags/gflags_2.2.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb index b186326e9b..1571333323 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | DESCRIPTION = "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" | 1 | DESCRIPTION = "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 | |||
| 3 | HOMEPAGE = "https://github.com/gflags/gflags" | 2 | HOMEPAGE = "https://github.com/gflags/gflags" |
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" | 4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" |
| 7 | 5 | ||
| @@ -16,6 +14,7 @@ EXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTAL | |||
| 16 | 14 | ||
| 17 | PACKAGES =+ "${PN}-bash-completion" | 15 | PACKAGES =+ "${PN}-bash-completion" |
| 18 | FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh" | 16 | FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh" |
| 17 | |||
| 19 | RDEPENDS_${PN}-bash-completion = "bash bash-completion" | 18 | RDEPENDS_${PN}-bash-completion = "bash bash-completion" |
| 20 | 19 | ||
| 21 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
