diff options
-rw-r--r-- | recipes/kexecboot/kexecboot_0.4.bb | 2 | ||||
-rw-r--r-- | recipes/kexecboot/kexecboot_0.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexecboot/kexecboot_0.4.bb b/recipes/kexecboot/kexecboot_0.4.bb index da93aeb34e..cf647a2c87 100644 --- a/recipes/kexecboot/kexecboot_0.4.bb +++ b/recipes/kexecboot/kexecboot_0.4.bb @@ -1,6 +1,6 @@ PR = "r6" -SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-${PV}.tar.gz \ +SRC_URI = "http://kexecboot.home.linuxtogo.org/kexecboot-${PV}.tar.gz \ file://add-reboot-option.patch;patch=1 \ file://scan_devices-top.patch;patch=1 \ file://graphical-no-devices.patch;patch=1 \ diff --git a/recipes/kexecboot/kexecboot_0.5.bb b/recipes/kexecboot/kexecboot_0.5.bb index f4474f7136..04ab2772b4 100644 --- a/recipes/kexecboot/kexecboot_0.5.bb +++ b/recipes/kexecboot/kexecboot_0.5.bb @@ -1,5 +1,5 @@ PR = "r1" -SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-${PV}.tar.gz " +SRC_URI = "http://kexecboot.home.linuxtogo.org/kexecboot-${PV}.tar.gz" require kexecboot.inc |