diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-08 09:21:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-08 09:21:26 +0000 |
commit | 1adf1c842a2e0ba55b4f01a9c12f0e3096bf0628 (patch) | |
tree | 07a76d417747ccb8ae2273a3ca35ffff463a59d2 /packages/apt | |
parent | 8979ceed2e9ed94a2022a1c760bdec38e16e05d0 (diff) | |
parent | e1aa79108dc9335cee9aab3d0e5d60e8de473c46 (diff) |
merge of '22a005b824014688c2c41c2dba34c42bf145a946'
and '8e90244a719ea0f6cc33218bf925484a5a4e1855'
Diffstat (limited to 'packages/apt')
-rw-r--r-- | packages/apt/apt_0.5.28.6.bb | 4 | ||||
-rw-r--r-- | packages/apt/apt_0.6.25.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/apt/apt_0.5.28.6.bb b/packages/apt/apt_0.5.28.6.bb index 99f5ef63c7..d898a572ec 100644 --- a/packages/apt/apt_0.5.28.6.bb +++ b/packages/apt/apt_0.5.28.6.bb @@ -1,11 +1,11 @@ -include apt.inc +require apt.inc PR = "r1" SRC_URI += "file://autofoo.patch;patch=1" inherit autotools gettext -include apt-package.inc +require apt-package.inc apt-manpages += "doc/vendors.list.5 \ doc/fr/vendors.list.fr.5 \ diff --git a/packages/apt/apt_0.6.25.bb b/packages/apt/apt_0.6.25.bb index a6f9f9e223..03ecaaee85 100644 --- a/packages/apt/apt_0.6.25.bb +++ b/packages/apt/apt_0.6.25.bb @@ -1,11 +1,11 @@ -include apt.inc +require apt.inc PR = "r2" SRC_URI += "file://autofoo.patch;patch=1" inherit autotools gettext -include apt-package.inc +require apt-package.inc FILES_${PN} += "${bindir}/apt-key" apt-manpages += "doc/apt-key.8" |