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 | openembedded-core-abfc1dbd73d59344564e7cc00754a259d2f2bc85.tar.gz openembedded-core-abfc1dbd73d59344564e7cc00754a259d2f2bc85.tar.bz2 openembedded-core-abfc1dbd73d59344564e7cc00754a259d2f2bc85.zip |
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 @@ +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- apt-0.6.45exp2.orig/Makefile ++++ apt-0.6.45exp2/Makefile +@@ -17,7 +17,7 @@ all headers library clean veryclean bina + $(MAKE) -C cmdline $@ + $(MAKE) -C ftparchive $@ + $(MAKE) -C dselect $@ +- $(MAKE) -C doc $@ ++# $(MAKE) -C doc $@ + $(MAKE) -C po $@ + + # Some very common aliases |