diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-19 14:26:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-19 14:26:29 +0000 |
commit | 16a088705c5a2cef352a157b50e9b1e898c025d6 (patch) | |
tree | 06310fd3d83e0936e5b3007b9b7326c3fcb67498 /contrib/distro-packages | |
parent | 74447f382cc910a2596b9feecf026dd59d0a8949 (diff) |
openembedded-essential: add bc and python-pysqlite2 to deb
* I had been under the false impression these were already part of the deb definition
Diffstat (limited to 'contrib/distro-packages')
-rw-r--r-- | contrib/distro-packages/debian/openembedded-essential-1.4/debian/changelog | 1 | ||||
-rw-r--r-- | contrib/distro-packages/debian/openembedded-essential-1.4/debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
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 <oe-devel@rolf.leggewie.biz> 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 |