]> code.ossystems Code Review - openembedded-core.git/commitdiff
dpkg: Drop old version
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 00:18:09 +0000 (00:18 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 00:18:09 +0000 (00:18 +0000)
meta/packages/dpkg/dpkg-native_1.13.24.bb [deleted file]
meta/packages/dpkg/dpkg_1.13.24.bb [deleted file]

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 (file)
index b21e95d..0000000
+++ /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 (file)
index b1f84fa..0000000
+++ /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"