[leaf-commits] src/bering-uclibc4/buildtool/conf sources.cfg, 1.12, 1.13
Andrew <[email protected]>
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/buildtool/conf In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28332/buildtool/conf Modified Files: sources.cfg Log Message: lpthread fixed Index: sources.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/conf/sources.cfg,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** sources.cfg 25 May 2010 21:36:10 -0000 1.12 --- sources.cfg 25 May 2010 21:52:29 -0000 1.13 *************** *** 828,831 **** --- 828,842 ---- </Package> + <Package lpthread> + Server = cvs4-sourceforge + Revision = HEAD + Directory = libpthread + Description = libpthread package + <Requires> + Name = buildenv + </Requires> + </Package> + + ############ untested (may be broken) ################ *************** *** 1028,1041 **** </Package> - <Package lpthread> - Server = cvs-sourceforge - Revision = HEAD - Directory = libpthread - Description = libpthread package - <Requires> - Name = buildenv - </Requires> - </Package> - <Package libosip> Server = cvs-sourceforge --- 1039,1042 ---- ------------------------------------------------------------------------------