diff options
-rw-r--r-- | meta/packages/dpkg/dpkg-native_1.13.24.bb | 13 | ||||
-rw-r--r-- | meta/packages/dpkg/dpkg_1.13.24.bb | 11 |
2 files changed, 0 insertions, 24 deletions
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 @@ | |||
1 | require dpkg.inc | ||
2 | DEPENDS += "ncurses-native bzip2-native zlib-native virtual/update-alternatives-native" | ||
3 | SRC_URI += "file://noman.patch;patch=1" | ||
4 | |||
5 | inherit native | ||
6 | |||
7 | EXTRA_OECONF = "--without-static-progs \ | ||
8 | --without-dselect \ | ||
9 | --with-start-stop-daemon \ | ||
10 | --with-zlib \ | ||
11 | --with-bz2lib \ | ||
12 | --without-selinux \ | ||
13 | --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 @@ | |||
1 | require dpkg.inc | ||
2 | DEPENDS += "zlib bzip2" | ||
3 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | ||
4 | SRC_URI += "file://noman.patch;patch=1" | ||
5 | |||
6 | EXTRA_OECONF = "--without-static-progs \ | ||
7 | --without-dselect \ | ||
8 | --with-start-stop-daemon \ | ||
9 | --with-zlib \ | ||
10 | --with-bz2lib \ | ||
11 | --without-sgml-doc" | ||