diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 13:40:01 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:25 +0000 |
| commit | ffb23018b54932d0f127195f0265841d07b54b69 (patch) | |
| tree | a8e7c6f56ad2173ede28c2b9734cde779c559f7e /meta/packages/git/git.inc | |
| parent | 18fe7edf55fa25251bf292c27276cf2384a8508f (diff) | |
| download | openembedded-core-ffb23018b54932d0f127195f0265841d07b54b69.tar.gz openembedded-core-ffb23018b54932d0f127195f0265841d07b54b69.tar.bz2 openembedded-core-ffb23018b54932d0f127195f0265841d07b54b69.zip | |
git: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/git/git.inc')
| -rw-r--r-- | meta/packages/git/git.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/git/git.inc b/meta/packages/git/git.inc index 3e87811582..5d72df59d1 100644 --- a/meta/packages/git/git.inc +++ b/meta/packages/git/git.inc @@ -1,7 +1,7 @@ DESCRIPTION = "The git revision control system used by the Linux kernel developers" SECTION = "console/utils" LICENSE = "GPL" -DEPENDS = "perl-native" +DEPENDS = "perl-native openssl curl zlib expat" SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ file://autotools.patch;patch=1" @@ -18,3 +18,5 @@ do_install () { } FILES_${PN} += "${datadir}/git-core" + +BBCLASSEXTEND = "native" |
