summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /apt
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'apt')
-rw-r--r--apt/apt-package.inc8
-rw-r--r--apt/apt_0.5.27.bb0
-rw-r--r--apt/apt_0.5.27.oe13
-rw-r--r--apt/apt_0.6.25.bb0
-rw-r--r--apt/apt_0.6.25.oe11
5 files changed, 4 insertions, 28 deletions
diff --git a/apt/apt-package.inc b/apt/apt-package.inc
index 2ebaa7f2e3..967b6aa838 100644
--- a/apt/apt-package.inc
+++ b/apt/apt-package.inc
@@ -59,14 +59,14 @@ FILES_${PN} = "${bindir}/apt-cdrom ${bindir}/apt-get \
${localstatedir} ${sysconfdir} \
${libdir}/dpkg"
FILES_${PN}-utils = "${bindir}/apt-sortpkgs ${bindir}/apt-extracttemplates"
-FILES_${PN}-doc = "${@get_files_apt_doc(d, oe, oe.data.getVar('apt-manpages', d, 1))} \
+FILES_${PN}-doc = "${@get_files_apt_doc(d, oe, bb.data.getVar('apt-manpages', d, 1))} \
${datadir}/doc/apt"
-FILES_${PN}-utils-doc = "${@get_files_apt_doc(d, oe, oe.data.getVar('apt-utils-manpages', d, 1))}"
+FILES_${PN}-utils-doc = "${@get_files_apt_doc(d, oe, bb.data.getVar('apt-utils-manpages', d, 1))}"
FILES_${PN}-dev = "${libdir}/libapt*.so"
do_install () {
- ${@get_commands_apt_doc(d, oe, oe.data.getVar('apt-manpages', d, 1))}
- ${@get_commands_apt_doc(d, oe, oe.data.getVar('apt-utils-manpages', d, 1))}
+ ${@get_commands_apt_doc(d, oe, bb.data.getVar('apt-manpages', d, 1))}
+ ${@get_commands_apt_doc(d, oe, bb.data.getVar('apt-utils-manpages', d, 1))}
install -d ${D}/${bindir}
install -m 0755 bin/apt-cdrom ${D}/${bindir}/
install -m 0755 bin/apt-get ${D}/${bindir}/
diff --git a/apt/apt_0.5.27.bb b/apt/apt_0.5.27.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/apt/apt_0.5.27.bb
diff --git a/apt/apt_0.5.27.oe b/apt/apt_0.5.27.oe
deleted file mode 100644
index 3b3a41774e..0000000000
--- a/apt/apt_0.5.27.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-include apt.inc
-
-PR = "r1"
-SRC_URI += "file://autofoo.patch;patch=1"
-
-inherit autotools gettext
-
-include apt-package.inc
-
-apt-manpages += "doc/vendors.list.5 \
- doc/fr/vendors.list.fr.5 \
- doc/es/vendors.list.es.5 \
- doc/de/apt.de.8"
diff --git a/apt/apt_0.6.25.bb b/apt/apt_0.6.25.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/apt/apt_0.6.25.bb
diff --git a/apt/apt_0.6.25.oe b/apt/apt_0.6.25.oe
deleted file mode 100644
index ac50771e92..0000000000
--- a/apt/apt_0.6.25.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-include apt.inc
-
-PR = "r1"
-SRC_URI += "file://autofoo.patch;patch=1"
-
-inherit autotools gettext
-
-include apt-package.inc
-
-FILES_${PN} += "${bindir}/apt-key"
-apt-manpages += "doc/apt-key.8"