summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gflags/gflags_2.2.0.bb3
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 @@
1DESCRIPTION = "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" 1DESCRIPTION = "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
3HOMEPAGE = "https://github.com/gflags/gflags" 2HOMEPAGE = "https://github.com/gflags/gflags"
4
5LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df" 4LIC_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
17PACKAGES =+ "${PN}-bash-completion" 15PACKAGES =+ "${PN}-bash-completion"
18FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh" 16FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh"
17
19RDEPENDS_${PN}-bash-completion = "bash bash-completion" 18RDEPENDS_${PN}-bash-completion = "bash bash-completion"
20 19
21BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "native"