From 16a088705c5a2cef352a157b50e9b1e898c025d6 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 19 Jan 2008 14:26:29 +0000 Subject: [PATCH] openembedded-essential: add bc and python-pysqlite2 to deb * I had been under the false impression these were already part of the deb definition --- .../debian/openembedded-essential-1.4/debian/changelog | 1 + .../debian/openembedded-essential-1.4/debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/distro-packages/debian/openembedded-essential-1.4/debian/changelog b/contrib/distro-packages/debian/openembedded-essential-1.4/debian/changelog index f20697ccca..74193e30fd 100644 --- a/contrib/distro-packages/debian/openembedded-essential-1.4/debian/changelog +++ b/contrib/distro-packages/debian/openembedded-essential-1.4/debian/changelog @@ -3,6 +3,7 @@ openembedded-essential (1.4) unstable; urgency=low * remove gfortran from dependency after a5c7b007eaa675cc904f5285291d2f8a597efc84 caused controversy. Ultimately it was decided that OE should not depend on gfortran and that another solution ought to be found. The gfortran check in sanity.bbclass was dropped in 63c7ad87655c2781ad8b9c81af430596f48a24a6 +* add bc and python-pysqlite2 -- Rolf Leggewie Mon, 19 Jan 2008 14:25:00 +0100 diff --git a/contrib/distro-packages/debian/openembedded-essential-1.4/debian/control b/contrib/distro-packages/debian/openembedded-essential-1.4/debian/control index c7a7e5b9f7..583a13e292 100644 --- a/contrib/distro-packages/debian/openembedded-essential-1.4/debian/control +++ b/contrib/distro-packages/debian/openembedded-essential-1.4/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: openembedded-essential Architecture: all -Depends: python (>= 2.3), ccache, build-essential, quilt, bison, wget, cvs, subversion, git-core, monotone, coreutils, unzip, texi2html, texinfo, libsdl1.2-dev, docbook-utils, gawk +Depends: python (>= 2.3), ccache, build-essential, quilt, bison, wget, cvs, subversion, git-core, monotone, coreutils, unzip, texi2html, texinfo, libsdl1.2-dev, docbook-utils, gawk, bc, python-pysqlite2 Description: Metapackage to install all needed packages to start using OpenEmbedded OpenEmbedded is a full-featured development environment allowing users to target a wide variety of devices. Supporting multiple build, release paths and -- 2.39.5