diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-12-18 13:00:46 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-12-18 13:00:46 +0000 |
commit | 344d6ad5409dafe048099294f9e404e7f188e329 (patch) | |
tree | ee4e5f941433c47a1445041ababaacf30b8dd826 /packages/atk/atk_1.9.0.bb | |
parent | 8d0af0673a191409397602626beccc2660a01f47 (diff) |
atk: drop packages version 1.10 and older.
* a quick rgrep in OE did not reveal that anything was using these versions.
Diffstat (limited to 'packages/atk/atk_1.9.0.bb')
-rw-r--r-- | packages/atk/atk_1.9.0.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/atk/atk_1.9.0.bb b/packages/atk/atk_1.9.0.bb deleted file mode 100644 index 557858318d..0000000000 --- a/packages/atk/atk_1.9.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require atk.inc - -SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/atk-${PV}.tar.bz2" - -do_stage () { - oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} - autotools_stage_includes -} |