diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-30 11:40:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-30 11:40:52 +0000 |
commit | 5ef0510474004eeb2ae8a99b64e2febb1920e077 (patch) | |
tree | 689b3248f22bda1311b4d1b90d9fc27bc05d9d60 /meta/packages | |
parent | de39802df220e7356e27a1ae02d058913f4f95e6 (diff) | |
download | poky-5ef0510474004eeb2ae8a99b64e2febb1920e077.tar.gz |
git: depend on native perl and use it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5335 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/git/git-native_1.5.4.4.bb | 4 | ||||
-rw-r--r-- | meta/packages/git/git.inc | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/git/git-native_1.5.4.4.bb b/meta/packages/git/git-native_1.5.4.4.bb index 935c773c1c..69f6f014c6 100644 --- a/meta/packages/git/git-native_1.5.4.4.bb +++ b/meta/packages/git/git-native_1.5.4.4.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require git.inc | 1 | require git.inc |
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "openssl-native curl-native zlib-native expat-native" | 3 | DEPENDS += "openssl-native curl-native zlib-native expat-native" |
4 | PR = "r1" | 4 | PR = "r2" |
diff --git a/meta/packages/git/git.inc b/meta/packages/git/git.inc index 7115d44b35..3e87811582 100644 --- a/meta/packages/git/git.inc +++ b/meta/packages/git/git.inc | |||
@@ -1,12 +1,13 @@ | |||
1 | DESCRIPTION = "The git revision control system used by the Linux kernel developers" | 1 | DESCRIPTION = "The git revision control system used by the Linux kernel developers" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "perl-native" | ||
4 | 5 | ||
5 | SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ | 6 | SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ |
6 | file://autotools.patch;patch=1" | 7 | file://autotools.patch;patch=1" |
7 | S = "${WORKDIR}/git-${PV}" | 8 | S = "${WORKDIR}/git-${PV}" |
8 | 9 | ||
9 | EXTRA_OEMAKE = "NO_TCLTL=1" | 10 | EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl --without-tcltk" |
10 | 11 | ||
11 | inherit autotools | 12 | inherit autotools |
12 | 13 | ||