git: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-05 13:40:01 +00:00
parent 18fe7edf55
commit ffb23018b5
3 changed files with 5 additions and 7 deletions

View File

@ -1,4 +0,0 @@
require git.inc
inherit native
DEPENDS += "openssl-native curl-native zlib-native expat-native"
PR = "r2"

View File

@ -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"

View File

@ -1,3 +1,3 @@
require git.inc
DEPENDS += "openssl curl zlib expat"
PR = "r0"
PR = "r2"