diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-21 15:10:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 17:27:17 +0100 |
commit | 777049ac3f808f3091613ecd1910e376cdea5d99 (patch) | |
tree | d9141f9577764f6cfbdd7c9e5e7e5543a20f3e3a | |
parent | 66a7de0a12c53b672d59341d6e9897f9bd2f10e4 (diff) | |
download | poky-777049ac3f808f3091613ecd1910e376cdea5d99.tar.gz |
subversion-1.6.15: add native support too
(From OE-Core rev: ca3de69db0410b56936f73b9811aea2f1a9d6cd8)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.6.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index 9a9484f8de..d3c7392c5c 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb | |||
@@ -5,6 +5,8 @@ RDEPENDS_${PN} = "neon" | |||
5 | LICENSE = "Apache-2" | 5 | LICENSE = "Apache-2" |
6 | HOMEPAGE = "http://subversion.tigris.org" | 6 | HOMEPAGE = "http://subversion.tigris.org" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | ||
9 | |||
8 | PR = "r1" | 10 | PR = "r1" |
9 | 11 | ||
10 | SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \ |