diff options
-rw-r--r-- | packages/bitbake/bitbake_1.4.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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" + + |