diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-02 22:33:24 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-02 22:33:24 +0100 |
| commit | ce25e933a9e0897f6bbac479970ce02725e6a210 (patch) | |
| tree | 77b1a68995792118023e4cf1f006e21da23caa02 | |
| parent | 0cab41aac3fc9b7b253c3b80aff6f072ff64a7e7 (diff) | |
| download | openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.gz openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.bz2 openembedded-core-ce25e933a9e0897f6bbac479970ce02725e6a210.zip | |
meta-openmoko: Drop as this code is very stale
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
62 files changed, 0 insertions, 1389 deletions
diff --git a/meta-openmoko/conf/distro/include/meta-openmoko-scm-revisions.inc b/meta-openmoko/conf/distro/include/meta-openmoko-scm-revisions.inc deleted file mode 100644 index 09df0993ae..0000000000 --- a/meta-openmoko/conf/distro/include/meta-openmoko-scm-revisions.inc +++ /dev/null @@ -1,37 +0,0 @@ -SRCREV_pn-dfu-util-native ??= "3139" -SRCREV_pn-dfu-util ??= "3139" -SRCREV_pn-dialer ??= "42a2b4dd62cf94dc905caeb087f5e7e9f418bf93" -SRCREV_pn-gsm0710muxd ??= "6fecc78198dd821bbe29efd096bd8fecd855179d" -SRCREV_pn-gsmd2 ??= "963f34df8fa3ff4b301079dcf86e9acea6b6fe0f" -SRCREV_pn-libmokogsmd2 ??= "4334" -SRCREV_pn-libmokojournal2 ??= "3473" -SRCREV_pn-libmokopanelui2 ??= "3349" -SRCREV_pn-libmokoui2 ??= "4342" -SRCREV_pn-moko-gtk-engine ??= "3612" -SRCREV_pn-openmoko-alsa-scenarios ??= "4406" -SRCREV_pn-openmoko-appearance ??= "3262" -SRCREV_pn-openmoko-appmanager2 ??= "3442" -SRCREV_pn-openmoko-browser2 ??= "4172" -SRCREV_pn-openmoko-calculator2 ??= "3655" -SRCREV_pn-openmoko-common2 ??= "3259" -SRCREV_pn-openmoko-contacts2 ??= "418" -SRCREV_pn-openmoko-dates2 ??= "673" -SRCREV_pn-openmoko-dialer2 ??= "4448" -SRCREV_pn-openmoko-panel-gsm ??= "4335" -SRCREV_pn-openmoko-dialer3 ??= "111" -SRCREV_pn-openmoko-feedreader2 ??= "3645" -SRCREV_pn-openmoko-firststart2 ??= "3158" -SRCREV_pn-openmoko-icon-theme-standard2 ??= "4232" -SRCREV_pn-openmoko-mediaplayer2 ??= "4173" -SRCREV_pn-openmoko-messages2 ??= "4340" -SRCREV_pn-openmoko-sample2 ??= "3537" -SRCREV_pn-openmoko-sound-theme-standard2 ??= "4271" -SRCREV_pn-openmoko-tasks2 ??= "403" -SRCREV_pn-openmoko-terminal2 ??= "4039" -SRCREV_pn-openmoko-theme-standard2 ??= "4338" -SRCREV_pn-openmoko-today2-folders ??= "3704" -SRCREV_pn-openmoko-today2 ??= "4168" -SRCREV_pn-openmoko-worldclock2 ??= "3365" -SRCREV_pn-usbpath-native ??= "3172" -SRCREV_pn-usbpath ??= "3172" - diff --git a/meta-openmoko/conf/layer.conf b/meta-openmoko/conf/layer.conf deleted file mode 100644 index 88f15b6db8..0000000000 --- a/meta-openmoko/conf/layer.conf +++ /dev/null @@ -1,11 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - -# We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" - -BBFILE_COLLECTIONS += "openmoko" -BBFILE_PATTERN_moblin := "^${LAYERDIR}/" -BBFILE_PRIORITY_moblin = "5" - -require conf/distro/include/meta-openmoko-scm-revisions.inc diff --git a/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb b/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb deleted file mode 100644 index c049500a61..0000000000 --- a/meta-openmoko/packages/dfu-util/dfu-util-native_svn.bb +++ /dev/null @@ -1,11 +0,0 @@ -require dfu-util_${PV}.bb - -inherit native deploy - -DEPENDS = "libusb-native usbpath-native" - -do_deploy() { - install -m 0755 src/dfu-util_static ${DEPLOYDIR}/dfu-util -} - -addtask deploy before do_package after do_install diff --git a/meta-openmoko/packages/dfu-util/dfu-util_svn.bb b/meta-openmoko/packages/dfu-util/dfu-util_svn.bb deleted file mode 100644 index 4224fd1576..0000000000 --- a/meta-openmoko/packages/dfu-util/dfu-util_svn.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "USB Device Firmware Upgrade utility" -SECTION = "devel" -AUTHOR = "Harald Welte" -LICENSE = "GPL" -PV = "0.1+svnr${SRCREV}" -PR = "r0" - -DEPENDS = "libusb usbpath" - -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" -S = "${WORKDIR}/dfu-util" - -inherit autotools diff --git a/meta-openmoko/packages/dialer/dialer_git.bb b/meta-openmoko/packages/dialer/dialer_git.bb deleted file mode 100644 index 602565f04f..0000000000 --- a/meta-openmoko/packages/dialer/dialer_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "The Dialer" -DEPENDS = "pulseaudio eds-dbus libjana libnotify libgsmd" -LICENSE = "GPL" -PV = "0.0+gitr${SRCREV}" -PR = "r5" - -inherit autotools pkgconfig - -SRC_URI = "git://folks.o-hand.com/thomas/git/phone.git;protocol=http" -S = "${WORKDIR}/git" - -EXTRA_OECONF = "--with-dbusbindir=${STAGING_BINDIR_NATIVE}" - -FILES_${PN} += "${datadir}/openmoko-dialer/ ${datadir}/dbus-1/services/" -FILES_${PN} += "${datadir}/icons"
\ No newline at end of file diff --git a/meta-openmoko/packages/freesmartphone/gsm0710muxd_git.bb b/meta-openmoko/packages/freesmartphone/gsm0710muxd_git.bb deleted file mode 100644 index 410ac36e2f..0000000000 --- a/meta-openmoko/packages/freesmartphone/gsm0710muxd_git.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "GSM 07.10 muxer userspace daemon" -HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd" -AUTHOR = "M. Dietrich" -SECTION = "console/network" -DEPENDS = "dbus dbus-glib" -LICENSE = "GPL" -PV = "0.9.1+gitr${SRCREV}" - -SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master" -S = "${WORKDIR}/git" - -inherit autotools - -# install init script for people who want to manually -# start/stop it, but don't add runlevels. -do_install_append() { - install -d ${D}${sysconfdir}/init.d - install -m 0755 data/gsm0710muxd ${D}${sysconfdir}/init.d/ -} - -FILES_${PN} += "${datadir} ${sysconfdir}" diff --git a/meta-openmoko/packages/freesmartphone/gsmd2/fix-dbus-location.patch b/meta-openmoko/packages/freesmartphone/gsmd2/fix-dbus-location.patch deleted file mode 100644 index 01c598af48..0000000000 --- a/meta-openmoko/packages/freesmartphone/gsmd2/fix-dbus-location.patch +++ /dev/null @@ -1,135 +0,0 @@ ---- - libfreesmartphone/Makefile.am | 14 +++++++------- - serial/Makefile.am | 2 +- - src/Makefile.am | 14 +++++++------- - 3 files changed, 15 insertions(+), 15 deletions(-) - ---- git.orig/libfreesmartphone/Makefile.am -+++ git/libfreesmartphone/Makefile.am -@@ -21,47 +21,47 @@ fso-marshallers.h: $(top_srcdir)/src/sma - fso-marshallers.c: $(top_srcdir)/src/smartphone_marshaller.txt - glib-genmarshal --prefix fso_marshaller --body $(top_srcdir)/src/smartphone_marshaller.txt > fso-marshallers.c - - - freesmartphone-call-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Call.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_call --mode=glib-client \ - --output=freesmartphone-call-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Call.xml - - freesmartphone-sms-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.SMS.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_sms --mode=glib-client \ - --output=freesmartphone-sms-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.SMS.xml - - freesmartphone-device-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Device.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_device --mode=glib-client \ - --output=freesmartphone-device-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Device.xml - - freesmartphone-sim-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.SIM.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_sim --mode=glib-client \ - --output=freesmartphone-sim-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.SIM.xml - - freesmartphone-phonebook-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Phonebook.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_phonebook --mode=glib-client \ - --output=freesmartphone-phonebook-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Phonebook.xml - - freesmartphone-pdp-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.PDP.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_pdp --mode=glib-client \ - --output=freesmartphone-pdp-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.PDP.xml - - freesmartphone-network-binding.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Network.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_network --mode=glib-client \ - --output=freesmartphone-network-binding.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Network.xml - - CLEANFILES = $(BUILT_SOURCES) ---- git.orig/serial/Makefile.am -+++ git/serial/Makefile.am -@@ -11,11 +11,11 @@ COMMON_LDFLAGS = -avoid-version -module - BUILT_SOURCES = fsomuxer_client.h - - CLEANFILES = $(BUILT_SOURCES) - - fsomuxer_client.h: fsomuxer.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --mode=glib-client \ - --output=fsomuxer_client.h \ - fsomuxer.xml - - ---- git.orig/src/Makefile.am -+++ git/src/Makefile.am -@@ -30,47 +30,47 @@ dbus_marshal.h: $(srcdir)/smartphone_mar - dbus_marshal.c: $(srcdir)/smartphone_marshaller.txt - glib-genmarshal --prefix gsmd_smartphone_marshaller --body $(srcdir)/smartphone_marshaller.txt > dbus_marshal.c - - - dbus_call_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Call.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_call --mode=glib-server \ - --output=dbus_call_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Call.xml - - dbus_sms_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.SMS.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_sms --mode=glib-server \ - --output=dbus_sms_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.SMS.xml - - dbus_device_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Device.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_device --mode=glib-server \ - --output=dbus_device_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Device.xml - - dbus_sim_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.SIM.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_sim --mode=glib-server \ - --output=dbus_sim_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.SIM.xml - - dbus_phonebook_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Phonebook.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_phonebook --mode=glib-server \ - --output=dbus_phonebook_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Phonebook.xml - - dbus_pdp_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.PDP.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_pdp --mode=glib-server \ - --output=dbus_pdp_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.PDP.xml - - dbus_network_glue.h: $(top_srcdir)/interface/org.freesmartphone.GSM.Network.xml -- $(LIBTOOL) --mode=execute /usr/bin/dbus-binding-tool \ -+ $(LIBTOOL) --mode=execute dbus-binding-tool \ - --prefix=smartphone_network --mode=glib-server \ - --output=dbus_network_glue.h \ - $(top_srcdir)/interface/org.freesmartphone.GSM.Network.xml - - gsmd-types.h: $(srcdir)/gsmd-error.h diff --git a/meta-openmoko/packages/freesmartphone/gsmd2_git.bb b/meta-openmoko/packages/freesmartphone/gsmd2_git.bb deleted file mode 100644 index 8c1cf5b7e2..0000000000 --- a/meta-openmoko/packages/freesmartphone/gsmd2_git.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "GSM 07.07 phone server" -HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd" -AUTHOR = "Ixonos Team" -SECTION = "console/network" -DEPENDS = "dbus-native dbus dbus-glib" -RDEPENDS = "gsm0710muxd" -LICENSE = "GPL" -PV = "0.1.0+gitr${SRCREV}" -PR = "r3" - -SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master \ - file://fix-dbus-location.patch;patch=1" - -S = "${WORKDIR}/git" - -inherit autotools - -EXTRA_OECONF = "--disable-tests" - -do_install_append () { - install -d ${D}${sysconfdir}/gsmd2 - - install -d ${D}${sysconfdir}/dbus-1/system.d/ - install -m 0644 ${S}/res/freesmartphone.conf ${D}${sysconfdir}/dbus-1/system.d/ - - install -d ${D}${datadir}/dbus-1/system-services - install -m 0644 ${S}/gsmd2.service ${D}${datadir}/dbus-1/system-services/ -} - -PACKAGES =+ "libgsmd2 libfreesmartphone" - -FILES_libgsmd2 = "${libdir}/libgsmd2.so.* ${libdir}/gsmd2/*.so" -FILES_libfreesmartphone = "${libdir}/libfreesmartphone.so.*" -FILES_${PN}-dev += "${libdir}/gsmd2/*.*a" -FILES_${PN} = "${bindir}/gsmd2 ${sysconfdir}/dbus-1/ ${datadir}/dbus-1/" diff --git a/meta-openmoko/packages/images/poky-image-openmoko.bb b/meta-openmoko/packages/images/poky-image-openmoko.bb deleted file mode 100644 index bf151e5422..0000000000 --- a/meta-openmoko/packages/images/poky-image-openmoko.bb +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright (C) 2007 OpenedHand Ltd. -# - -IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES} apps-x11-games" - -inherit poky-image - -IMAGE_INSTALL += "openmoko-today2 openmoko-dialer2 openmoko-theme-standard2 dates web-webkit eds-dbus tasks" -IMAGE_INSTALL += "openmoko-contacts2 openmoko-session2 \ - matchbox-keyboard \ - matchbox-stroke \ - matchbox-config-gtk \ - matchbox-themes-gtk \ - xcursor-transparent-theme \ - openmoko-icon-theme-standard \ - settings-daemon" diff --git a/meta-openmoko/packages/libspiff/files/autofoo.patch b/meta-openmoko/packages/libspiff/files/autofoo.patch deleted file mode 100644 index 5f96a2c217..0000000000 --- a/meta-openmoko/packages/libspiff/files/autofoo.patch +++ /dev/null @@ -1,29 +0,0 @@ -Index: libspiff-0.8.2/configure.in -=================================================================== ---- libspiff-0.8.2.orig/configure.in -+++ libspiff-0.8.2/configure.in -@@ -80,24 +80,6 @@ AC_ARG_WITH(uriparser-lib, [ --with-uri - - - --# Local headers must come very first. Otherwise we --# risk including headers of an already installed --# libSpiff version if its path is in CPPFLAGS --CPPFLAGS="-I${srcdir}/include ${CPPFLAGS}" -- -- -- --# Append $prefix as a fallback at the very end --if test "x${prefix}" != "xNONE"; then -- WORKING_PREFIX=${prefix} --else -- WORKING_PREFIX=${ac_default_prefix} --fi --LDFLAGS="${LDFLAGS} -L${WORKING_PREFIX}/lib" --CPPFLAGS="${CPPFLAGS} -I${WORKING_PREFIX}/include" -- -- -- - # Check presence - EXPAT_MISSING="Please install libexpat 1.95.8 or later. - On Ubuntu enter 'sudo apt-get install libexpat-dev'." diff --git a/meta-openmoko/packages/libspiff/files/makefile.patch b/meta-openmoko/packages/libspiff/files/makefile.patch deleted file mode 100644 index 87ec9a345c..0000000000 --- a/meta-openmoko/packages/libspiff/files/makefile.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- libspiff-0.8.3.orig/Makefile.am -+++ libspiff-0.8.3/Makefile.am -@@ -1,7 +1,7 @@ - ## Process this file with automake to produce Makefile.in --AUTOMAKE_OPTIONS = 1.10.1 gnu dist-zip dist-bzip2 dist-lzma subdir-objects -+AUTOMAKE_OPTIONS = 1.10 gnu dist-zip dist-bzip2 subdir-objects - - lib_LTLIBRARIES = libspiff.la - - bin_PROGRAMS = \ - examples/check/spiff_check \ diff --git a/meta-openmoko/packages/libspiff/libspiff_0.8.3.bb b/meta-openmoko/packages/libspiff/libspiff_0.8.3.bb deleted file mode 100644 index f10ff59f69..0000000000 --- a/meta-openmoko/packages/libspiff/libspiff_0.8.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "libSpiff brings XSPF playlist reading and writing support to your C++ application." -HOMEPAGE = "http://libspiff.sf.net" -SECTION = "libs" -LICENSE = "BSD" -DEPENDS = "expat liburiparser" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libspiff/libspiff-${PV}.tar.bz2 \ - file://autofoo.patch;patch=1 \ - file://makefile.patch;patch=1" - -S = "${WORKDIR}/libspiff-${PV}" - -inherit autotools pkgconfig lib_package - -EXTRA_OECONF = "\ - --with-expat=${STAGING_LIBDIR}/.. \ - --with-uriparser=${STAGING_LIBDIR}/.. \ -" - -CPPFLAGS += "-I${S}/include" - diff --git a/meta-openmoko/packages/liburiparser/files/autofoo.patch b/meta-openmoko/packages/liburiparser/files/autofoo.patch deleted file mode 100644 index f578b21886..0000000000 --- a/meta-openmoko/packages/liburiparser/files/autofoo.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- /tmp/configure.in 2008-06-21 12:20:52.000000000 +0200 -+++ uriparser-0.5.1/configure.in 2008-06-21 12:21:16.000000000 +0200 -@@ -9,6 +9,7 @@ - AC_PROG_LIBTOOL - AC_HEADER_STDC - -+AM_PROG_CC_C_O - |
