aboutsummaryrefslogtreecommitdiffstats
path: root/packages/atk
diff options
context:
space:
mode:
authorJoaquim Duran <joaquinduran@adtelecom.es>2007-07-04 08:46:38 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-07-04 08:46:38 +0000
commitc135979b41af99c0ab5c76e26a9652d5e8ed6858 (patch)
tree4802acd3fffdd9c15de18d89359527d3da045aea /packages/atk
parent6f93111dc360ddf9dcb2b10fd8e010f0fcb4338b (diff)
downloadopenembedded-c135979b41af99c0ab5c76e26a9652d5e8ed6858.tar.gz
atk: added 1.19.3 - close #2567
Diffstat (limited to 'packages/atk')
-rw-r--r--packages/atk/atk_1.19.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/atk/atk_1.19.3.bb b/packages/atk/atk_1.19.3.bb
new file mode 100644
index 0000000000..beef4ce97a
--- /dev/null
+++ b/packages/atk/atk_1.19.3.bb
@@ -0,0 +1,10 @@
+require atk.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.19/atk-${PV}.tar.bz2"
+
+do_stage () {
+ oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR}
+ autotools_stage_includes
+}