summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-05 13:40:01 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-13 12:15:25 +0000
commitffb23018b54932d0f127195f0265841d07b54b69 (patch)
treea8e7c6f56ad2173ede28c2b9734cde779c559f7e /meta
parent18fe7edf55fa25251bf292c27276cf2384a8508f (diff)
downloadpoky-ffb23018b54932d0f127195f0265841d07b54b69.tar.gz
git: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-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 69f6f014c6..0000000000
--- a/meta/packages/git/git-native_1.5.4.4.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require git.inc
2inherit native
3DEPENDS += "openssl-native curl-native zlib-native expat-native"
4PR = "r2"
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 @@
1DESCRIPTION = "The git revision control system used by the Linux kernel developers" 1DESCRIPTION = "The git revision control system used by the Linux kernel developers"
2SECTION = "console/utils" 2SECTION = "console/utils"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "perl-native" 4DEPENDS = "perl-native openssl curl zlib expat"
5 5
6SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \ 6SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
7 file://autotools.patch;patch=1" 7 file://autotools.patch;patch=1"
@@ -18,3 +18,5 @@ do_install () {
18} 18}
19 19
20FILES_${PN} += "${datadir}/git-core" 20FILES_${PN} += "${datadir}/git-core"
21
22BBCLASSEXTEND = "native"
diff --git a/meta/packages/git/git_1.5.4.4.bb b/meta/packages/git/git_1.5.4.4.bb
index 0870c5967b..7f822f69b3 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 @@
1require git.inc 1require git.inc
2DEPENDS += "openssl curl zlib expat" 2
3PR = "r0" 3PR = "r2"