aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-calculator/gpe-calculator_0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpe-calculator/gpe-calculator_0.2.bb')
-rw-r--r--packages/gpe-calculator/gpe-calculator_0.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gpe-calculator/gpe-calculator_0.2.bb b/packages/gpe-calculator/gpe-calculator_0.2.bb
index e69de29bb2..912d14ab73 100644
--- a/packages/gpe-calculator/gpe-calculator_0.2.bb
+++ b/packages/gpe-calculator/gpe-calculator_0.2.bb
@@ -0,0 +1,9 @@
+inherit gpe pkgconfig
+
+DESCRIPTION = "A scientific calculator"
+DEPENDS = "gtk+ libgpewidget"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI += "file://fix_makefile.patch;patch=1"