summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-05-30 14:21:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-01 09:26:11 +0200
commitfb360b53a5f9715320fe161637e4b46737f52d8f (patch)
tree65d3ecf0436775867fcdc3970fe42be719a944bb /meta-gnome
parenta87ce19719e74b71e9bfaf77d7d52927f958cb17 (diff)
downloadmeta-openembedded-fb360b53a5f9715320fe161637e4b46737f52d8f.tar.gz
gcalctool: remove older version and drop 'patch=1'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb13
-rw-r--r--meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb2
2 files changed, 1 insertions, 14 deletions
diff --git a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb
deleted file mode 100644
index f12e6c402..000000000
--- a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1LICENSE = "GPL"
2SECTION = "x11"
3DEPENDS = "gtk+"
4DESCRIPTION = "gcalctool is a powerful calculator"
5PR = "r2"
6
7SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \
8 file://makefile-fix.diff;patch=1\
9 file://fix-includedir.patch;patch=1"
10
11inherit autotools pkgconfig
12
13EXTRA_OECONF = "--disable-gnome"
diff --git a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
index c72860c8f..981a073b5 100644
--- a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
+++ b/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "gcalctool is a powerful calculator"
5PR = "r0" 5PR = "r0"
6 6
7SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \ 7SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \
8 file://fix-includedir.patch;patch=1" 8 file://fix-includedir.patch"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11