From 1cdf41ddd69ade3d584973b70aa86ced38cb0e3c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 12 Jul 2006 16:15:31 +0000 Subject: [PATCH] bitbake 1.4.2: add correct RDEPENDS, shebang is still pointing to staging --- packages/bitbake/bitbake_1.4.2.bb | 6 ++++++ 1 file changed, 6 insertions(+) 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" + + -- 2.39.5