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-announce | |
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-announce')
-rw-r--r-- | recipes/gpe-announce/files/fix-esound.diff | 24 | ||||
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.10.bb | 5 | ||||
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.12.bb | 5 | ||||
-rw-r--r-- | recipes/gpe-announce/gpe-announce_0.13.bb | 7 |
4 files changed, 41 insertions, 0 deletions
diff --git a/recipes/gpe-announce/files/fix-esound.diff b/recipes/gpe-announce/files/fix-esound.diff new file mode 100644 index 0000000000..71ff7e8f2c --- /dev/null +++ b/recipes/gpe-announce/files/fix-esound.diff @@ -0,0 +1,24 @@ +diff -ruN gpe-announce-0.13/callbacks.c gpe-announce-0.13-new/callbacks.c +--- gpe-announce-0.13/callbacks.c 2007-06-14 20:56:15.000000000 +0400 ++++ gpe-announce-0.13-new/callbacks.c 2005-08-24 23:04:31.000000000 +0400 +@@ -28,7 +28,7 @@ + #include <linux/soundcard.h> + #include <pthread.h> + +-#include <gpe/soundgen.h> ++#include <soundgen.h> + #include <gpe/schedule.h> + + #include <linux/types.h> +diff -ruN gpe-announce-0.13/Makefile gpe-announce-0.13-new/Makefile +--- gpe-announce-0.13/Makefile 2007-06-14 20:30:00.000000000 +0400 ++++ gpe-announce-0.13-new/Makefile 2007-06-14 20:28:30.000000000 +0400 +@@ -43,7 +43,7 @@ + all: $(PACKAGE) + + $(PACKAGE): $(OBJS) +- $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) -lsoundgen -lschedule ++ $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) -lsoundgen -lschedule -lesd + + install-program: all + install -d $(DESTDIR)$(PREFIX)/bin diff --git a/recipes/gpe-announce/gpe-announce_0.10.bb b/recipes/gpe-announce/gpe-announce_0.10.bb new file mode 100644 index 0000000000..8d05d420b6 --- /dev/null +++ b/recipes/gpe-announce/gpe-announce_0.10.bb @@ -0,0 +1,5 @@ +SECTION = "gpe" +LICENSE = "GPL" +inherit gpe + +DEPENDS = "libsoundgen libschedule gtk+ libgpewidget" diff --git a/recipes/gpe-announce/gpe-announce_0.12.bb b/recipes/gpe-announce/gpe-announce_0.12.bb new file mode 100644 index 0000000000..6124b4c4a8 --- /dev/null +++ b/recipes/gpe-announce/gpe-announce_0.12.bb @@ -0,0 +1,5 @@ +inherit gpe + +DEPENDS = "libsoundgen libschedule gtk+ libgpewidget" +LICENSE = "GPL" + diff --git a/recipes/gpe-announce/gpe-announce_0.13.bb b/recipes/gpe-announce/gpe-announce_0.13.bb new file mode 100644 index 0000000000..6ffe317a12 --- /dev/null +++ b/recipes/gpe-announce/gpe-announce_0.13.bb @@ -0,0 +1,7 @@ +inherit gpe + +DEPENDS = "libsoundgen libschedule gtk+ libgpewidget" +LICENSE = "GPL" +PR = "r1" + +SRC_URI += "file://fix-esound.diff;patch=1" |