diff options
Diffstat (limited to 'packages/bitbake/bitbake_1.0.bb')
-rw-r--r-- | packages/bitbake/bitbake_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bitbake/bitbake_1.0.bb b/packages/bitbake/bitbake_1.0.bb index 9f8f054355..c4b724d967 100644 --- a/packages/bitbake/bitbake_1.0.bb +++ b/packages/bitbake/bitbake_1.0.bb @@ -1,4 +1,4 @@ -include bitbake.inc +require bitbake.inc # We don't need a toolchain... INHIBIT_DEFAULT_DEPS = "1" @@ -8,4 +8,4 @@ S = "${WORKDIR}/bitbake-${PV}" inherit distutils -include bitbake-package.inc +require bitbake-package.inc |