mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
git: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
require git.inc
|
||||
inherit native
|
||||
DEPENDS += "openssl-native curl-native zlib-native expat-native"
|
||||
PR = "r2"
|
||||
@@ -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"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require git.inc
|
||||
DEPENDS += "openssl curl zlib expat"
|
||||
PR = "r0"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
Reference in New Issue
Block a user