diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-09-07 20:46:06 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-09-07 20:46:06 +0000 |
commit | abfc1dbd73d59344564e7cc00754a259d2f2bc85 (patch) | |
tree | 6a24874055c7dc6bb6721d369764db479729c592 /meta/packages/apt/apt-0.6.45exp2/nodoc.patch | |
parent | 2ca2649935540acd6e160f82ddd074b04dfea924 (diff) | |
download | poky-abfc1dbd73d59344564e7cc00754a259d2f2bc85.tar.gz |
Add apt & apt-native, including the generation of the apt.conf to be used for the rootfs population.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@699 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt-0.6.45exp2/nodoc.patch')
-rw-r--r-- | meta/packages/apt/apt-0.6.45exp2/nodoc.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/apt/apt-0.6.45exp2/nodoc.patch b/meta/packages/apt/apt-0.6.45exp2/nodoc.patch new file mode 100644 index 0000000000..9101847189 --- /dev/null +++ b/meta/packages/apt/apt-0.6.45exp2/nodoc.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | --- | ||
2 | Makefile | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | |||
5 | --- apt-0.6.45exp2.orig/Makefile | ||
6 | +++ apt-0.6.45exp2/Makefile | ||
7 | @@ -17,7 +17,7 @@ all headers library clean veryclean bina | ||
8 | $(MAKE) -C cmdline $@ | ||
9 | $(MAKE) -C ftparchive $@ | ||
10 | $(MAKE) -C dselect $@ | ||
11 | - $(MAKE) -C doc $@ | ||
12 | +# $(MAKE) -C doc $@ | ||
13 | $(MAKE) -C po $@ | ||
14 | |||
15 | # Some very common aliases | ||