diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-20 18:00:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:03:24 +0000 |
commit | 584a12697b34a1b86bd92181ac04f95f07126391 (patch) | |
tree | 0bcb8e4d1945b1dc0367ddaf470d82d7896130fe | |
parent | ca000ba88079ec8fbff055e207e73c97e869dac9 (diff) | |
download | poky-584a12697b34a1b86bd92181ac04f95f07126391.tar.gz |
abiword: convert to svn
(From OE-Core rev: 42310761735062a3d0c6f68471790177459205a1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-demoapps/recipes-gnome/abiword/abiword.inc | 4 | ||||
-rw-r--r-- | meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb | 10 | ||||
-rw-r--r-- | meta-demoapps/recipes-gnome/abiword/abiword_svn.bb | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword.inc b/meta-demoapps/recipes-gnome/abiword/abiword.inc index b1b0f67012..4ec0ba976a 100644 --- a/meta-demoapps/recipes-gnome/abiword/abiword.inc +++ b/meta-demoapps/recipes-gnome/abiword/abiword.inc | |||
@@ -13,8 +13,8 @@ RRECOMMENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ | |||
13 | RELURI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" | 13 | RELURI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" |
14 | RELSRC = "${WORKDIR}/abiword-${PV}/abi" | 14 | RELSRC = "${WORKDIR}/abiword-${PV}/abi" |
15 | 15 | ||
16 | CVSURI = "cvs://anoncvs:anoncvs@anoncvs.abisource.com/cvsroot;module=abi" | 16 | SVNURI = "svn://svn.abisource.com/abiword/trunk;module=abiword;proto=http" |
17 | CVSSRC = "${WORKDIR}/abi" | 17 | SVNSRC = "${WORKDIR}/abi" |
18 | 18 | ||
19 | #want 2.x from 2.x.y for the installation directory | 19 | #want 2.x from 2.x.y for the installation directory |
20 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 20 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb b/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb deleted file mode 100644 index 163029ecb1..0000000000 --- a/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require abiword.inc | ||
2 | |||
3 | SRCDATE = "20070130" | ||
4 | PV="2.5.0+cvs${SRCDATE}" | ||
5 | PR = "r4" | ||
6 | |||
7 | SRC_URI = "${CVSURI}" | ||
8 | |||
9 | S = "${CVSSRC}" | ||
10 | |||
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword_svn.bb b/meta-demoapps/recipes-gnome/abiword/abiword_svn.bb new file mode 100644 index 0000000000..a8946a80ee --- /dev/null +++ b/meta-demoapps/recipes-gnome/abiword/abiword_svn.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require abiword.inc | ||
2 | |||
3 | SRCREV = "21818" | ||
4 | PV="2.5.2+svnr${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI = "${SVNURI}" | ||
8 | |||
9 | S = "${SVNSRC}" | ||
10 | |||