diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/gpe-question | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gpe-question')
-rw-r--r-- | recipes/gpe-question/files/makefile-fix.patch | 11 | ||||
-rw-r--r-- | recipes/gpe-question/gpe-question_0.04.bb | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gpe-question/files/makefile-fix.patch b/recipes/gpe-question/files/makefile-fix.patch new file mode 100644 index 0000000000..a8d1eadee2 --- /dev/null +++ b/recipes/gpe-question/files/makefile-fix.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile 2006-07-26 11:14:27.000000000 +0200 ++++ gpe-question-0.04/Makefile 2006-07-26 11:14:41.284411000 +0200 +@@ -21,7 +21,7 @@ + $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) + + install-program: all +- install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) + + clean: + rm -f $(PACKAGE).o $(PACKAGE) $(DEPS) diff --git a/recipes/gpe-question/gpe-question_0.04.bb b/recipes/gpe-question/gpe-question_0.04.bb new file mode 100644 index 0000000000..d2cad00803 --- /dev/null +++ b/recipes/gpe-question/gpe-question_0.04.bb @@ -0,0 +1,9 @@ +LICENSE = "GPL" +inherit gpe + +SRC_URI += "file://makefile-fix.patch;patch=1" + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" |