diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:14:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:29:45 +0100 |
commit | 29d6678fd546377459ef75cf54abeef5b969b5cf (patch) | |
tree | 8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/packages/galago | |
parent | da49de6885ee1bc424e70bc02f21f6ab920efb55 (diff) | |
download | openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.bz2 openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.zip |
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/packages/galago')
-rw-r--r-- | meta/packages/galago/galago-daemon_0.5.1.bb | 13 | ||||
-rw-r--r-- | meta/packages/galago/libgalago-0.5.2/mkdir.patch | 27 | ||||
-rw-r--r-- | meta/packages/galago/libgalago-0.5.2/pkgconfig.patch | 14 | ||||
-rw-r--r-- | meta/packages/galago/libgalago_0.5.2.bb | 13 |
4 files changed, 0 insertions, 67 deletions
diff --git a/meta/packages/galago/galago-daemon_0.5.1.bb b/meta/packages/galago/galago-daemon_0.5.1.bb deleted file mode 100644 index 9570e503c2..0000000000 --- a/meta/packages/galago/galago-daemon_0.5.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "GPL" -DEPENDS = "gettext libgalago dbus glib-2.0" - -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " - -EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" - -FILES_${PN} += "${datadir}/dbus-1/services/" - -inherit autotools pkgconfig - diff --git a/meta/packages/galago/libgalago-0.5.2/mkdir.patch b/meta/packages/galago/libgalago-0.5.2/mkdir.patch deleted file mode 100644 index f893bffc60..0000000000 --- a/meta/packages/galago/libgalago-0.5.2/mkdir.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: libgalago-0.5.2/po/Makefile.in.in -=================================================================== ---- libgalago-0.5.2.orig/po/Makefile.in.in 2006-06-06 09:59:17.000000000 +0100 -+++ libgalago-0.5.2/po/Makefile.in.in 2009-08-19 20:31:56.000000000 +0100 -@@ -29,7 +29,7 @@ - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @MKINSTALLDIRS@ --mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac` -+mkinstalldirs = $(MKINSTALLDIRS) - - CC = @CC@ - GMSGFMT = @GMSGFMT@ -Index: libgalago-0.5.2/configure.ac -=================================================================== ---- libgalago-0.5.2.orig/configure.ac 2009-08-19 20:30:56.000000000 +0100 -+++ libgalago-0.5.2/configure.ac 2009-08-19 20:31:28.000000000 +0100 -@@ -157,6 +157,9 @@ - - AC_SUBST(CFLAGS) - -+MKINSTALLDIRS="mkdir -p" -+AC_SUBST(MKINSTALLDIRS) -+ - dnl ################################################################ - dnl # Output the Makefiles - dnl ################################################################ diff --git a/meta/packages/galago/libgalago-0.5.2/pkgconfig.patch b/meta/packages/galago/libgalago-0.5.2/pkgconfig.patch deleted file mode 100644 index 33d4daaba4..0000000000 --- a/meta/packages/galago/libgalago-0.5.2/pkgconfig.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: libgalago-0.5.2/libgalago.pc.in -=================================================================== ---- libgalago-0.5.2.orig/libgalago.pc.in 2006-05-17 08:53:26.000000000 +0100 -+++ libgalago-0.5.2/libgalago.pc.in 2008-03-19 22:34:16.000000000 +0000 -@@ -6,6 +6,7 @@ - Name: libgalago - Description: Galago Association/Presence Communication Library - Version: @VERSION@ --Libs: -L${libdir} -lgalago @PACKAGE_LIBS@ --Cflags: -I${includedir} @PACKAGE_CFLAGS@ -+Requires: dbus-1 glib-2.0 dbus-glib-1 -+Libs: -L${libdir} -lgalago -+Cflags: -I${includedir} - diff --git a/meta/packages/galago/libgalago_0.5.2.bb b/meta/packages/galago/libgalago_0.5.2.bb deleted file mode 100644 index fe82a618e6..0000000000 --- a/meta/packages/galago/libgalago_0.5.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." -HOMEPAGE = "http://www.galago-project.org/" -LICENSE = "LGPL" -DEPENDS = "gettext dbus glib-2.0 dbus-glib" - -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ - file://mkdir.patch;patch=1 \ - file://pkgconfig.patch;patch=1 " -PR = "r2" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-tests --disable-check" |