diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-12-04 16:52:51 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-12-04 16:56:49 +0100 |
commit | 84689e062020ca2574ac65c2bdc2e6e22de42684 (patch) | |
tree | c54c4d9559e5b807bf8283399db08c509aa7e98c /packages/midpath/midpath-openmoko_0.2+0.3rc2.bb | |
parent | 177817f60e20e3d5e7d78d59cb0d23932c8ceb63 (diff) |
midpath: Updated all recipes to rc2.
midpath-openmoko: Use alsa backend.
Diffstat (limited to 'packages/midpath/midpath-openmoko_0.2+0.3rc2.bb')
-rw-r--r-- | packages/midpath/midpath-openmoko_0.2+0.3rc2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/midpath/midpath-openmoko_0.2+0.3rc2.bb b/packages/midpath/midpath-openmoko_0.2+0.3rc2.bb new file mode 100644 index 0000000000..b64cb455dd --- /dev/null +++ b/packages/midpath/midpath-openmoko_0.2+0.3rc2.bb @@ -0,0 +1,18 @@ +require midpath.inc + +PR = "r0" + +# The patch fixes the system_properties file only deployed in this recipe. +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc2.tar.gz \ + " + +S = "${WORKDIR}/midpath-0.3rc2" + +PR = "r0" + +SRC_URI += "file://configuration_openmoko.cfg" + +RDEPENDS += "java2-runtime midpath-backend-alsa libswt3.4-gtk-java midpath-core-bluetooth" + +CONFIGURATION = "configuration_openmoko.cfg" |