apt-native: Stage apt.conf.sample, not apt.conf. Anything needing apt.conf will need...
authorRichard Purdie <richard@openedhand.com>
Mon, 27 Nov 2006 17:27:09 +0000 (17:27 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 27 Nov 2006 17:27:09 +0000 (17:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@964 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/apt-native.inc

index de9426b..763ab17 100644 (file)
@@ -22,7 +22,7 @@ python do_stage_config () {
        outdir = os.path.join(bb.data.getVar('sysconfdir', d, 1), 'apt')
        if not os.path.exists(outdir):
                os.makedirs(outdir)
-       outpath = os.path.join(outdir, 'apt.conf')
+       outpath = os.path.join(outdir, 'apt.conf.sample')
 
        outfile = file(outpath, 'w')
        outfile.write(data)