From: Koen Kooi Date: Wed, 12 Jul 2006 16:15:31 +0000 (+0000) Subject: bitbake 1.4.2: add correct RDEPENDS, shebang is still pointing to staging X-Git-Tag: Release-2010-05/1~9453^2~1237^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdf41ddd69ade3d584973b70aa86ced38cb0e3c;p=openembedded.git bitbake 1.4.2: add correct RDEPENDS, shebang is still pointing to staging --- diff --git a/packages/bitbake/bitbake_1.4.2.bb b/packages/bitbake/bitbake_1.4.2.bb index 9f8f054355..0727eafd41 100644 --- a/packages/bitbake/bitbake_1.4.2.bb +++ b/packages/bitbake/bitbake_1.4.2.bb @@ -9,3 +9,9 @@ S = "${WORKDIR}/bitbake-${PV}" inherit distutils include bitbake-package.inc + +RDEPENDS += "python-shell python-lang python-textutils python-pickle" + +PR = "r1" + +