summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/git/git_2.35.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_2.35.1.bb b/meta/recipes-devtools/git/git_2.35.1.bb
index 0cff3ce100..47c2211864 100644
--- a/meta/recipes-devtools/git/git_2.35.1.bb
+++ b/meta/recipes-devtools/git/git_2.35.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://git-scm.com"
3DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." 3DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
4SECTION = "console/utils" 4SECTION = "console/utils"
5LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
6DEPENDS = "openssl curl zlib expat" 6DEPENDS = "openssl zlib"
7 7
8PROVIDES:append:class-native = " git-replacement-native" 8PROVIDES:append:class-native = " git-replacement-native"
9 9
@@ -18,10 +18,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1"
18 18
19CVE_PRODUCT = "git-scm:git" 19CVE_PRODUCT = "git-scm:git"
20 20
21PACKAGECONFIG ??= "" 21PACKAGECONFIG ??= "expat curl"
22PACKAGECONFIG[cvsserver] = "" 22PACKAGECONFIG[cvsserver] = ""
23PACKAGECONFIG[svn] = "" 23PACKAGECONFIG[svn] = ""
24PACKAGECONFIG[manpages] = ",,asciidoc-native xmlto-native" 24PACKAGECONFIG[manpages] = ",,asciidoc-native xmlto-native"
25PACKAGECONFIG[curl] = "--with-curl,--without-curl,curl"
26PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat"
25 27
26EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ 28EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \
27 --without-tcltk \ 29 --without-tcltk \