Files
poky/meta/recipes-devtools
Hongxu Jia 78e5426a76 apt-native: fix the creation of apt.conf.sample
1.The file of "apt.conf.sample" is in the outdir, and outdir is assigned
by "os.path.join" with the params of ${D}, ${sysconfdir} and "apt". But
${sysconfdir} is an absolute dir and that let ${D} be discarded.

The following is the help on function os.path.join(a, *p):
     Join two or more pathname components, inserting '/' as needed.
     If any component is an absolute path, all previous path components
     will be discarded.
Use oe.path.join instead which don't have this problem.

2. Create apt.conf.sample if it doesn't exist.

[YOCTO #3677]

(From OE-Core rev: 95a655a853b7cd43163362d72da0c134d4c0ec85)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-10 23:49:39 +00:00
..
2013-01-07 11:09:36 +00:00
2013-01-07 13:50:40 +00:00
2013-01-07 13:38:29 +00:00
2012-01-03 12:14:31 +00:00
2012-12-19 17:55:06 +00:00
2013-01-07 14:30:51 +00:00
2012-12-19 17:54:54 +00:00
2013-01-07 14:43:24 +00:00
2012-11-20 15:31:52 +00:00
2011-07-20 15:27:36 +01:00
2011-11-29 11:22:04 +00:00
2013-01-10 23:43:10 +00:00
2013-01-07 13:38:27 +00:00
2012-12-13 15:18:42 +00:00
2013-01-07 11:09:38 +00:00
2012-11-24 15:12:35 +00:00
2012-12-26 11:34:09 +00:00
2013-01-07 14:30:50 +00:00
2011-12-08 15:24:32 +00:00
2012-08-19 10:46:39 +01:00