From ff39b335b0bd4eea36282479718035ccca72f9d4 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Fri, 27 Jun 2008 01:01:29 +0000 Subject: Removal of midpath 0.1, addition of midpath 0.3 rc1 midpath-alsa 0.1: Removed. midpath-cldc-native 0.1: Removed. midpath-cldc-sdl 0.1: Removed. midpath-cldc-x11 0.1: Removed. midpath-cldc 0.1: Removed. midpath-gtk 0.1: Removed. midpath-pulseaudio 0.1: Removed. midpath-qt3x11 0.1: Removed. midpath-qte 0.1: Removed. midpath-test 0.1: Removed. midpath 0.1: Removed. midpath-backend-alsa 0.2+0.3rc1: New recipe. midpath-backend-escher 0.2+0.3rc1: New recipe. midpath-backend-esd 0.2+0.3rc1: New recipe. midpath-backend-fb 0.2+0.3rc1: New recipe. midpath-backend-gtk 0.2+0.3rc1: New recipe. midpath-backend-gtk-hildon 0.2+0.3rc1: New recipe. midpath-backend-pulseaudio 0.2+0.3rc1: New recipe. midpath-backend-qt3x11 0.2+0.3rc1: New recipe. midpath-backend-qt4x11 0.2+0.3rc1: New recipe. midpath-backend-qte 0.2+0.3rc1: New recipe. midpath-backend-sdl 0.2+0.3rc1: New recipe. midpath-cldc 0.2+0.3rc1: New recipe. midpath-core 0.2+0.3rc1: New recipe. midpath-demos 0.2+0.3rc1: New recipe. midpath-jgl 0.2+0.3rc1: New recipe. midpath-location 0.2+0.3rc1: New recipe. midpath-m3g 0.2+0.3rc1: New recipe. midpath-maemo 0.2+0.3rc1: New recipe. midpath-messaging 0.2+0.3rc1: New recipe. midpath-opengles 0.2+0.3rc1: New recipe. midpath-openmoko 0.2+0.3rc1: New recipe. midpath-svg 0.2+0.3rc1: New recipe. midpath-webservices 0.2+0.3rc1: New recipe. --- packages/midpath/midpath-openmoko_0.2+0.3rc1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/midpath/midpath-openmoko_0.2+0.3rc1.bb (limited to 'packages/midpath/midpath-openmoko_0.2+0.3rc1.bb') diff --git a/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb b/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb new file mode 100644 index 0000000000..8d5679b7b3 --- /dev/null +++ b/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb @@ -0,0 +1,19 @@ +require midpath.inc + +PR = "r0" + +# The patch fixes the system_properties file only deployed in this recipe. +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz \ + file://0.2+0.3rc1-fix-crlf.patch;patch=1 \ + " + +S = "${WORKDIR}/midpath-0.3rc1" + +PR = "r0" + +SRC_URI += "file://configuration_openmoko.cfg" + +RDEPENDS += "java2-runtime midpath-backend-pulseaudio libswt3.4-gtk-java midpath-core-bluetooth" + +CONFIGURATION = "configuration_openmoko.cfg" -- cgit v1.2.3 From 0a66284e31de48c7144224830c657436987715bf Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Fri, 27 Jun 2008 09:16:49 +0000 Subject: midpath-maemo 0.2+0.3rc1: Added pnum 0 to patch. midpath-openmoko 0.2+0.3rc1: Added pnum 0 to patch. --- packages/midpath/midpath-openmoko_0.2+0.3rc1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/midpath/midpath-openmoko_0.2+0.3rc1.bb') diff --git a/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb b/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb index 8d5679b7b3..edb20af441 100644 --- a/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb +++ b/packages/midpath/midpath-openmoko_0.2+0.3rc1.bb @@ -5,7 +5,7 @@ PR = "r0" # The patch fixes the system_properties file only deployed in this recipe. SRC_URI = "\ ${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz \ - file://0.2+0.3rc1-fix-crlf.patch;patch=1 \ + file://0.2+0.3rc1-fix-crlf.patch;patch=1;pnum=0 \ " S = "${WORKDIR}/midpath-0.3rc1" -- cgit v1.2.3