summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/git/git-native_1.5.4.4.bb4
-rw-r--r--meta/packages/git/git.inc4
-rw-r--r--meta/packages/git/git_1.5.4.4.bb4
3 files changed, 5 insertions, 7 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
deleted file mode 100644
index 69f6f014c..000000000
--- a/meta/packages/git/git-native_1.5.4.4.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require git.inc
-inherit native
-DEPENDS += "openssl-native curl-native zlib-native expat-native"
-PR = "r2"
diff --git a/meta/packages/git/git.inc b/meta/packages/git/git.inc
index 3e8781158..5d72df59d 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"
diff --git a/meta/packages/git/git_1.5.4.4.bb b/meta/packages/git/git_1.5.4.4.bb
index 0870c5967..7f822f69b 100644
--- a/meta/packages/git/git_1.5.4.4.bb
+++ b/meta/packages/git/git_1.5.4.4.bb
@@ -1,3 +1,3 @@
require git.inc
-DEPENDS += "openssl curl zlib expat"
-PR = "r0"
+
+PR = "r2"