Signed-off-by: Sebastian Spaeth <[email protected]> --- Makefile | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile index f3281ea..fd27a90 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MAKEFLAGS = -swr BITBAKE_VERSION = 1.8 -SHR_TESTING_BRANCH_OE = shr/import +SHR_TESTING_BRANCH_OE = shr/testing2009 SHR_UNSTABLE_BRANCH_OE = shr/merge SHR_MAKEFILE_URL = "http://git.shr-project.org/repo/shr-makefile.git" @@ -165,9 +165,6 @@ shr-testing/.configured: common/.git/config bitbake/.git/config openembedded/.gi echo "#GLIBC_GENERATE_LOCALES = \"en_US.UTF-8\"" >> shr-testing/conf/local.conf ; \ echo "# completely disable generation of locales. If building qemu fails this might help" >> shr-testing/conf/local.conf ; \ echo "#ENABLE_BINARY_LOCALE_GENERATION = \"0\"" >> shr-testing/conf/local.conf ; \ - echo "require conf/distro/include/sane-srcrevs.inc" >> shr-testing/conf/local.conf ; \ - echo "require conf/distro/include/sane-srcdates.inc" >> shr-testing/conf/local.conf ; \ - echo "require conf/distro/include/shr-autorev.inc" >> shr-testing/conf/local.conf ; \ echo "# enable local builds for SHR apps" >> shr-testing/conf/local.conf ; \ echo "#require local-builds.inc" >> shr-testing/conf/local.conf ; \ ) -- 1.6.3.3 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
