diff options
Diffstat (limited to 'recipes/kexecboot/kexecboot_0.4.bb')
-rw-r--r-- | recipes/kexecboot/kexecboot_0.4.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/kexecboot/kexecboot_0.4.bb b/recipes/kexecboot/kexecboot_0.4.bb index c38b2b402c..da93aeb34e 100644 --- a/recipes/kexecboot/kexecboot_0.4.bb +++ b/recipes/kexecboot/kexecboot_0.4.bb @@ -1,6 +1,6 @@ -PR = "r5" +PR = "r6" -SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \ +SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/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 \ @@ -10,6 +10,4 @@ SRC_URI = "http://projects.linuxtogo.org/~jay7/kexecboot-${PV}.tar.gz \ file://kexecboot-tosa.patch;patch=1 \ file://fb-render-16bit.patch;patch=1" -S = "${WORKDIR}/kexecboot-${PV}" - require kexecboot.inc |