summaryrefslogtreecommitdiff
path: root/packages/bitbake/bitbake_1.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bitbake/bitbake_1.4.2.bb')
-rw-r--r--packages/bitbake/bitbake_1.4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bitbake/bitbake_1.4.2.bb b/packages/bitbake/bitbake_1.4.2.bb
index 0727eafd41..ac4a1ce122 100644
--- a/packages/bitbake/bitbake_1.4.2.bb
+++ b/packages/bitbake/bitbake_1.4.2.bb
@@ -1,4 +1,4 @@
-include bitbake.inc
+require bitbake.inc
# We don't need a toolchain...
INHIBIT_DEFAULT_DEPS = "1"
@@ -8,7 +8,7 @@ S = "${WORKDIR}/bitbake-${PV}"
inherit distutils
-include bitbake-package.inc
+require bitbake-package.inc
RDEPENDS += "python-shell python-lang python-textutils python-pickle"