summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-connectivity/galago
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
Major layout change to the packages directory
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/galago')
-rw-r--r--meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb13
-rw-r--r--meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch27
-rw-r--r--meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch14
-rw-r--r--meta/recipes-connectivity/galago/libgalago_0.5.2.bb13
4 files changed, 67 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
new file mode 100644
index 0000000000..9570e503c2
--- /dev/null
+++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
2HOMEPAGE = "http://www.galago-project.org/"
3LICENSE = "GPL"
4DEPENDS = "gettext libgalago dbus glib-2.0"
5
6SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz "
7
8EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests"
9
10FILES_${PN} += "${datadir}/dbus-1/services/"
11
12inherit autotools pkgconfig
13
diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch b/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
new file mode 100644
index 0000000000..f893bffc60
--- /dev/null
+++ b/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
@@ -0,0 +1,27 @@
1Index: libgalago-0.5.2/po/Makefile.in.in
2===================================================================
3--- libgalago-0.5.2.orig/po/Makefile.in.in 2006-06-06 09:59:17.000000000 +0100
4+++ libgalago-0.5.2/po/Makefile.in.in 2009-08-19 20:31:56.000000000 +0100
5@@ -29,7 +29,7 @@
6 INSTALL = @INSTALL@
7 INSTALL_DATA = @INSTALL_DATA@
8 MKINSTALLDIRS = @MKINSTALLDIRS@
9-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
10+mkinstalldirs = $(MKINSTALLDIRS)
11
12 CC = @CC@
13 GMSGFMT = @GMSGFMT@
14Index: libgalago-0.5.2/configure.ac
15===================================================================
16--- libgalago-0.5.2.orig/configure.ac 2009-08-19 20:30:56.000000000 +0100
17+++ libgalago-0.5.2/configure.ac 2009-08-19 20:31:28.000000000 +0100
18@@ -157,6 +157,9 @@
19
20 AC_SUBST(CFLAGS)
21
22+MKINSTALLDIRS="mkdir -p"
23+AC_SUBST(MKINSTALLDIRS)
24+
25 dnl ################################################################
26 dnl # Output the Makefiles
27 dnl ################################################################
diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch b/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch
new file mode 100644
index 0000000000..33d4daaba4
--- /dev/null
+++ b/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch
@@ -0,0 +1,14 @@
1Index: libgalago-0.5.2/libgalago.pc.in
2===================================================================
3--- libgalago-0.5.2.orig/libgalago.pc.in 2006-05-17 08:53:26.000000000 +0100
4+++ libgalago-0.5.2/libgalago.pc.in 2008-03-19 22:34:16.000000000 +0000
5@@ -6,6 +6,7 @@
6 Name: libgalago
7 Description: Galago Association/Presence Communication Library
8 Version: @VERSION@
9-Libs: -L${libdir} -lgalago @PACKAGE_LIBS@
10-Cflags: -I${includedir} @PACKAGE_CFLAGS@
11+Requires: dbus-1 glib-2.0 dbus-glib-1
12+Libs: -L${libdir} -lgalago
13+Cflags: -I${includedir}
14
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
new file mode 100644
index 0000000000..fe82a618e6
--- /dev/null
+++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
2HOMEPAGE = "http://www.galago-project.org/"
3LICENSE = "LGPL"
4DEPENDS = "gettext dbus glib-2.0 dbus-glib"
5
6SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
7 file://mkdir.patch;patch=1 \
8 file://pkgconfig.patch;patch=1 "
9PR = "r2"
10
11inherit autotools pkgconfig
12
13EXTRA_OECONF = "--disable-tests --disable-check"