diff --git a/meta/packages/dpkg/dpkg-native_1.13.24.bb b/meta/packages/dpkg/dpkg-native_1.13.24.bb deleted file mode 100644 index b21e95dd1f..0000000000 --- a/meta/packages/dpkg/dpkg-native_1.13.24.bb +++ /dev/null @@ -1,13 +0,0 @@ -require dpkg.inc -DEPENDS += "ncurses-native bzip2-native zlib-native virtual/update-alternatives-native" -SRC_URI += "file://noman.patch;patch=1" - -inherit native - -EXTRA_OECONF = "--without-static-progs \ - --without-dselect \ - --with-start-stop-daemon \ - --with-zlib \ - --with-bz2lib \ - --without-selinux \ - --without-sgml-doc" diff --git a/meta/packages/dpkg/dpkg_1.13.24.bb b/meta/packages/dpkg/dpkg_1.13.24.bb deleted file mode 100644 index b1f84fadf5..0000000000 --- a/meta/packages/dpkg/dpkg_1.13.24.bb +++ /dev/null @@ -1,11 +0,0 @@ -require dpkg.inc -DEPENDS += "zlib bzip2" -RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" -SRC_URI += "file://noman.patch;patch=1" - -EXTRA_OECONF = "--without-static-progs \ - --without-dselect \ - --with-start-stop-daemon \ - --with-zlib \ - --with-bz2lib \ - --without-sgml-doc"