]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/bitbake/bitbake_svn.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / bitbake / bitbake_svn.bb
1 include bitbake.inc
2
3 # Don't use the tip of svn by default
4 DEFAULT_PREFERENCE = "-1"
5
6 # We don't need a toolchain...
7 INHIBIT_DEFAULT_DEPS = "1"
8
9 PV = "0.0svn${CVSDATE}"
10 SRC_URI = "svn://svn.berlios.de/bitbake/trunk;module=bitbake"
11 # SRC_URI = "svn+ssh://svn.berlios.de/bitbake/trunk;module=bitbake"
12 S = "${WORKDIR}/bitbake"
13
14 inherit distutils
15
16 include bitbake-package.inc