diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-03-30 23:51:59 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-03-30 23:55:01 +0200 |
commit | c7b72aee55f207c5ed7b267d054eb32947fc66ef (patch) | |
tree | d631b48a6834902f8d64c8f04bfe7390c5b2f345 /recipes/kexecboot/kexecboot_0.4.bb | |
parent | 90cebee2ea4efc464c591d3f9677dc595f2a6a9a (diff) |
kexecboot: clean recipes
- fix SRC_URI and bump SRCREV for _git recipe
- minor cleanings to the recipes
- bump PR
- remove old kexecboot-0.3 checksums
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 |