Signed-off-by: Martin Jansa <[email protected]> --- .../recipes-gnome/gcalctool/gcalctool_5.7.32.bb | 13 ------------- .../recipes-gnome/gcalctool/gcalctool_5.8.17.bb | 2 +- 2 files changed, 1 insertions(+), 14 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb
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 f12e6c4..0000000 --- a/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11" -DEPENDS = "gtk+" -DESCRIPTION = "gcalctool is a powerful calculator" -PR = "r2" - -SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \ - file://makefile-fix.diff;patch=1\ - file://fix-includedir.patch;patch=1" - -inherit autotools pkgconfig - -EXTRA_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 c72860c..981a073 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" PR = "r0" SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \ - file://fix-includedir.patch;patch=1" + file://fix-includedir.patch" inherit autotools pkgconfig -- 1.7.8.6 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
