diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 15:30:21 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 15:30:21 +0200 |
commit | 89abbc3057e1a5a9ccb61a4e2621cabe2b23e74e (patch) | |
tree | 33737600f385654360b9fd454c99c6d03fa83f8c /recipes | |
parent | 9e4ecac985a8f4b78cc83602dce3ffe26ce06152 (diff) |
gnome-terminal: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/gnome-terminal_2.26.2.bb | 14 | ||||
-rw-r--r-- | recipes/gnome/gnome-terminal_2.28.0.bb | 16 |
2 files changed, 0 insertions, 30 deletions
diff --git a/recipes/gnome/gnome-terminal_2.26.2.bb b/recipes/gnome/gnome-terminal_2.26.2.bb deleted file mode 100644 index 4fffd220ff..0000000000 --- a/recipes/gnome/gnome-terminal_2.26.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "GNOME terminal" -SECTION = "x11/gnome" -LICENSE = "GPL" -DEPENDS = "gnome-common glib-2.0 gtk+ gconf vte" -inherit gnome pkgconfig - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_configure_prepend () { - cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} -} - -SRC_URI[archive.md5sum] = "f4f64b9b67c7a3147799ee10f7cf00e1" -SRC_URI[archive.sha256sum] = "f937939eca0082dc7f3f9ddab72d612433ad948aac7e158ed75f5d7053e8d0e0" diff --git a/recipes/gnome/gnome-terminal_2.28.0.bb b/recipes/gnome/gnome-terminal_2.28.0.bb deleted file mode 100644 index 29b7b3e67e..0000000000 --- a/recipes/gnome/gnome-terminal_2.28.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "GNOME terminal" -SECTION = "x11/gnome" -LICENSE = "GPL" -DEPENDS = "gnome-common glib-2.0 gtk+ gconf vte" -inherit gnome pkgconfig - -PR = "r1" - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_configure_prepend () { - cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} -} - -SRC_URI[archive.md5sum] = "9cdc3581a03a44dd693663991d1c1e9f" -SRC_URI[archive.sha256sum] = "c3f1ce6248e47cac5f3c5c0a79a079d5c7756ba1c4867eb43e20e929087b4a5a" |