diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 08:18:50 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 08:18:50 +0000 |
| commit | 8c0306abd5871d060b257bca2d2786977eb86a9e (patch) | |
| tree | 94acd286b877427ae301d36032eea8e926e0a76a /meta/packages/apt | |
| parent | 559f110ef15574947e2729232c8f844719a12078 (diff) | |
| download | poky-8c0306abd5871d060b257bca2d2786977eb86a9e.tar.gz | |
apt-native: added forgotten patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1616 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt')
| -rw-r--r-- | meta/packages/apt/apt-0.6.46.2/noconfigure.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/packages/apt/apt-0.6.46.2/noconfigure.patch b/meta/packages/apt/apt-0.6.46.2/noconfigure.patch new file mode 100644 index 0000000000..682a96da24 --- /dev/null +++ b/meta/packages/apt/apt-0.6.46.2/noconfigure.patch | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | --- | ||
| 2 | apt-pkg/packagemanager.cc | 4 ++++ | ||
| 3 | 1 file changed, 4 insertions(+) | ||
| 4 | |||
| 5 | --- apt-0.6.45exp2.orig/apt-pkg/packagemanager.cc | ||
| 6 | +++ apt-0.6.45exp2/apt-pkg/packagemanager.cc | ||
| 7 | @@ -534,10 +534,12 @@ bool pkgPackageManager::SmartUnPack(PkgI | ||
| 8 | |||
| 9 | List->Flag(Pkg,pkgOrderList::UnPacked,pkgOrderList::States); | ||
| 10 | |||
| 11 | +#if 0 | ||
| 12 | // Perform immedate configuration of the package. | ||
| 13 | if (List->IsFlag(Pkg,pkgOrderList::Immediate) == true) | ||
| 14 | if (SmartConfigure(Pkg) == false) | ||
| 15 | return _error->Error("Internal Error, Could not perform immediate configuration (2) on %s",Pkg.Name()); | ||
| 16 | +#endif | ||
| 17 | |||
| 18 | return true; | ||
| 19 | } | ||
| 20 | @@ -609,6 +611,7 @@ pkgPackageManager::OrderResult pkgPackag | ||
| 21 | DoneSomething = true; | ||
| 22 | } | ||
| 23 | |||
| 24 | +#if 0 | ||
| 25 | // Final run through the configure phase | ||
| 26 | if (ConfigureAll() == false) | ||
| 27 | return Failed; | ||
| 28 | @@ -623,6 +626,7 @@ pkgPackageManager::OrderResult pkgPackag | ||
| 29 | return Failed; | ||
| 30 | } | ||
| 31 | } | ||
| 32 | +#endif | ||
| 33 | |||
| 34 | return Completed; | ||
| 35 | } | ||
