diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-02-09 23:07:38 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-02-09 23:07:38 +0000 |
commit | 3d0c73f3fe749e7e4887fae3d7e991b5b8a78494 (patch) | |
tree | 552f4b597ff1f44a8bd34510221a394b5fd666aa /conf/bitbake.conf | |
parent | 3a36bfdd84850f028bf4f8985007d8e4e721b587 (diff) |
packages/libgpelaunch/libgpelaunch_svn.bb
* added svn build for libgpelaunch
packages/libgpepimc/libgpepimc_svn.bb
* added svn build for libgpepimc
packages/libgpeplugin/libgpeplugin_svn.bb
* added svn build fot libgpeplugin
packages/libgtkinput/libgtkinput_svn.bb
* added svn build for libgtkinput
packages/libgtkstylus/libgtkstylus_svn.bb
* added svn build for libgtkstylus
packages/libschedule/libschedule_svn.bb
* added svn build for libschedule
packages/libtododb/libtododb_svn.bb
* added svn build for libtododb
packages/libxsettings/libxsettings_svn.bb
packages/libxsettings/files
packages/libxsettings/files/libxsettings-svn-makefile-fix.patch
packages/libxsettings/files/Makefile.translation
packages/libxsettings/files/Makefile.dpkg_ipkg
* added svn build for libxsettings (with patch and needed extra files)
packages/libgpevtype/libgpevtype_svn.bb
* added svn build for libgpevtype
packages/gpe-mini-browser/gpe-mini-browser_svn.bb
* bumped ${PV} from 0.19+... to 0.20+... as 0.20 has been released
conf/bitbake.conf
* added GPE_SVN_EXTRA entry to have a shorthand for all packages that are in
the extra part of the GPE svn repo
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index f86dd4c7ef..55c0e51295 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -324,6 +324,7 @@ SOURCEFORGE_MIRROR = "http://surfnet.dl.sourceforge.net" GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" GPEPHONE_MIRROR = "http://gpephone.linuxtogo.org/download/gpephone" GPE_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}" +GPE_EXTRA_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/extra;module=${PN}" GPEPHONE_SVN = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source;module=${PN}" XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" XORG_MIRROR = "http://xorg.freedesktop.org/releases" |