Show
Ignore:
Timestamp:
03/28/08 19:52:10 (8 months ago)
Author:
bryank
Message:

Make sysvinit RDEPEND on libgcc, to make newer OE revisions work. (For some reason OE no longer installs /lib/libgcc_s.so.1 as-is, but this dependency makes it install it again. sysvinit is just one of the packages whose binary requires libgcc_s, but it's the only one that we already have modifications for.) Remove the specific revision in the Makefile.

Also switch around "mtn pull" and "mtn checkout": it makes more sense to check out from a local database after that database is updated than before.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/Makefile

    r61 r62  
    7474 
    7575org.openembedded.dev: 
    76         @mtn --db=OE.mtn checkout --branch=org.openembedded.dev -r 5744cdb7ad43a125c73b2dd57d51ded57a140c60 
    7776        @mtn --db=OE.mtn pull monotone.openembedded.org org.openembedded.dev 
     77        @mtn --db=OE.mtn checkout --branch=org.openembedded.dev 
    7878        @(cd org.openembedded.dev && patch -p0 -i ../oe-temp-patches/add-zipit2-machine.patch) 
    7979