aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-go/gpe-go_0.05.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-go/gpe-go_0.05.bb')
-rw-r--r--recipes/gpe-go/gpe-go_0.05.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gpe-go/gpe-go_0.05.bb b/recipes/gpe-go/gpe-go_0.05.bb
new file mode 100644
index 0000000000..2e0ce7c634
--- /dev/null
+++ b/recipes/gpe-go/gpe-go_0.05.bb
@@ -0,0 +1,10 @@
+inherit gpe
+LICENSE = "GPL"
+DESCRIPTION = "A Go Board for GPE."
+DEPENDS = "gtk+ libgpewidget gpe-icons"
+RDEPENDS = "gdk-pixbuf-loader-jpeg"
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r1"
+
+SRC_URI += "file://fix-make.patch;patch=1"