aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcalctool/gcalctool_5.5.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcalctool/gcalctool_5.5.21.bb')
-rw-r--r--recipes/gcalctool/gcalctool_5.5.21.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gcalctool/gcalctool_5.5.21.bb b/recipes/gcalctool/gcalctool_5.5.21.bb
new file mode 100644
index 0000000000..ef16f09b46
--- /dev/null
+++ b/recipes/gcalctool/gcalctool_5.5.21.bb
@@ -0,0 +1,18 @@
+# gcalctool OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+LICENSE = "GPL"
+SECTION = "x11/utils"
+
+inherit gnome
+
+DEPENDS = "gnome-common gtk+ libgnomeui"
+
+EXTRA_OECONF = "--disable-schemas-install"
+
+SRC_URI += "file://noscrollkeeper.patch;patch=1"
+
+do_configure_prepend () {
+ cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
+}