diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/recipetool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py b/meta/lib/oeqa/selftest/cases/recipetool.py index cd15df11a9..06f980e1b0 100644 --- a/meta/lib/oeqa/selftest/cases/recipetool.py +++ b/meta/lib/oeqa/selftest/cases/recipetool.py | |||
@@ -433,12 +433,12 @@ class RecipetoolTests(RecipetoolBase): | |||
433 | temprecipe = os.path.join(self.tempdir, 'recipe') | 433 | temprecipe = os.path.join(self.tempdir, 'recipe') |
434 | os.makedirs(temprecipe) | 434 | os.makedirs(temprecipe) |
435 | recipefile = os.path.join(temprecipe, 'navit_0.5.0.bb') | 435 | recipefile = os.path.join(temprecipe, 'navit_0.5.0.bb') |
436 | srcuri = 'http://downloads.sourceforge.net/project/navit/v0.5.0/navit-0.5.0.tar.gz' | 436 | srcuri = 'http://downloads.yoctoproject.org/mirror/sources/navit-0.5.0.tar.gz' |
437 | result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri)) | 437 | result = runCmd('recipetool create -o %s %s' % (temprecipe, srcuri)) |
438 | self.assertTrue(os.path.isfile(recipefile)) | 438 | self.assertTrue(os.path.isfile(recipefile)) |
439 | checkvars = {} | 439 | checkvars = {} |
440 | checkvars['LICENSE'] = set(['Unknown', 'GPLv2', 'LGPLv2']) | 440 | checkvars['LICENSE'] = set(['Unknown', 'GPLv2', 'LGPLv2']) |
441 | checkvars['SRC_URI'] = 'http://downloads.sourceforge.net/project/navit/v${PV}/navit-${PV}.tar.gz' | 441 | checkvars['SRC_URI'] = 'http://downloads.yoctoproject.org/mirror/sources/navit-${PV}.tar.gz' |
442 | checkvars['SRC_URI[md5sum]'] = '242f398e979a6b8c0f3c802b63435b68' | 442 | checkvars['SRC_URI[md5sum]'] = '242f398e979a6b8c0f3c802b63435b68' |
443 | checkvars['SRC_URI[sha256sum]'] = '13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d' | 443 | checkvars['SRC_URI[sha256sum]'] = '13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d' |
444 | checkvars['DEPENDS'] = set(['freetype', 'zlib', 'openssl', 'glib-2.0', 'virtual/libgl', 'virtual/egl', 'gtk+', 'libpng', 'libsdl', 'freeglut', 'dbus-glib', 'fribidi']) | 444 | checkvars['DEPENDS'] = set(['freetype', 'zlib', 'openssl', 'glib-2.0', 'virtual/libgl', 'virtual/egl', 'gtk+', 'libpng', 'libsdl', 'freeglut', 'dbus-glib', 'fribidi']) |