summaryrefslogtreecommitdiffstats
path: root/meta/packages/wv
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2007-01-12 21:26:44 +0000
committerTomas Frydrych <tf@openedhand.com>2007-01-12 21:26:44 +0000
commit2eebb483924654661dbf2429a8434d14afac55a9 (patch)
tree880e1e5e6526925a03551577470e67b76c7f7e50 /meta/packages/wv
parent81c9ad8b0f826c1aab3ebe1eff6ccb88141bf0ad (diff)
downloadpoky-2eebb483924654661dbf2429a8434d14afac55a9.tar.gz
add recipes for packages needed to build AbiWord (based on OE, but tweaked for 2.5.x)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1140 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/wv')
-rw-r--r--meta/packages/wv/wv_1.2.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/wv/wv_1.2.0.bb b/meta/packages/wv/wv_1.2.0.bb
new file mode 100644
index 0000000000..f224be806e
--- /dev/null
+++ b/meta/packages/wv/wv_1.2.0.bb
@@ -0,0 +1,17 @@
1LICENSE = "GPLv2"
2
3DEPENDS = ""
4
5SRC_URI = "http://switch.dl.sourceforge.net/sourceforge/wvware/wv-${PV}.tar.gz"
6
7PR = "r1"
8
9inherit autotools pkgconfig
10
11S = "${WORKDIR}/${PN}-${PV}"
12
13EXTRA_OECONF = ""
14
15do_stage () {
16 autotools_stage_all
17}