summaryrefslogtreecommitdiff
path: root/packages/apt
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-08-06 13:18:48 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2006-08-06 13:18:48 +0000
commite46b9eb91fa93a94580e274719f4c7d713eae6e2 (patch)
tree0ba031ced9e23fd5b6a127d62ed3aee4cd5db941 /packages/apt
parent3b3ac6317c6798718c88e636c769e2ae3a578ab3 (diff)
parent8f6d28b3d4b15086e6f21011e0f25d0f7c6f7235 (diff)
merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5e
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
Diffstat (limited to 'packages/apt')
-rw-r--r--packages/apt/apt_0.5.28.6.bb4
-rw-r--r--packages/apt/apt_0.6.25.bb4
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"