diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-08-01 14:31:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-01 14:31:36 +0000 |
commit | 6820f42e667c067ffa7d220b24099528b47ae827 (patch) | |
tree | e0c4cb6eab82fb667cf62cab1bacb1f369de53c9 /packages/dpkg/dpkg_1.10.28.bb | |
parent | 0bd6a7b89f81b97120760916bc6fad5ee5042cd2 (diff) |
updated dpkg 1.10.* to 1.10.28 (Debian 'stable' version)
Diffstat (limited to 'packages/dpkg/dpkg_1.10.28.bb')
-rw-r--r-- | packages/dpkg/dpkg_1.10.28.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/dpkg/dpkg_1.10.28.bb b/packages/dpkg/dpkg_1.10.28.bb new file mode 100644 index 0000000000..ec8a887300 --- /dev/null +++ b/packages/dpkg/dpkg_1.10.28.bb @@ -0,0 +1,13 @@ +include dpkg.inc +DEPENDS += "bzip2" + +SRC_URI += "file://autofoo.patch;patch=1" + +inherit autotools gettext + +EXTRA_OECONF = "--without-static-progs \ + --without-dselect \ + --with-start-stop-daemon \ + --with-zlib \ + --with-bz2lib \ + --without-sgml-doc" |