diff options
Diffstat (limited to 'apt')
-rw-r--r-- | apt/apt-package.inc | 8 | ||||
-rw-r--r-- | apt/apt_0.5.27.bb | 0 | ||||
-rw-r--r-- | apt/apt_0.5.27.oe | 13 | ||||
-rw-r--r-- | apt/apt_0.6.25.bb | 0 | ||||
-rw-r--r-- | apt/apt_0.6.25.oe | 11 |
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" |