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 | |
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
-rw-r--r-- | conf/checksums.ini | 8 | ||||
-rw-r--r-- | recipes/kexecboot/kexecboot_0.4.bb | 6 | ||||
-rw-r--r-- | recipes/kexecboot/kexecboot_0.5.bb | 5 | ||||
-rw-r--r-- | recipes/kexecboot/kexecboot_git.bb | 17 |
4 files changed, 17 insertions, 19 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 34271bb4c2..a88da9eddc 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -11194,15 +11194,11 @@ sha256=a758c8f9b55d8288e2484dd1a2dcbd9c4ca3ca3052864a45cb104f613b7f712d md5=b4f7ffcc294d41a6a4c40d6e44b7734d sha256=280b34fefa12c3d7a3e432c3730fe5d0d56e8d169c28b695cce9ba6d8dbe6e38 -[http://projects.linuxtogo.org/frs/download.php/221/kexecboot-0.3.tar.gz] -md5=3c3b8edb739146183b3ddff3e0af5f1c -sha256=61a918b38a4b0b97e1469cbe3d9c4307af956bd95abec2067aa2fd278739cd96 - -[http://projects.linuxtogo.org/~jay7/kexecboot-0.4.tar.gz] +[http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-0.4.tar.gz] md5=b4a4509ca3f546cfedd23aa6f99ab81d sha256=b8c9d3a51f04bdecabbb4135079d408e02c98cdf3156bab8418a6830cb64b890 -[http://projects.linuxtogo.org/frs/download.php/226/kexecboot-0.5.tar.gz] +[http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-0.5.tar.gz] md5=a937303d7ef3fc645f9dccf89e1494e2 sha256=49c95d62e32b66c9f97e791f667afa82f0714bc0a0e0ad48df010f4f36de42ab 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 diff --git a/recipes/kexecboot/kexecboot_0.5.bb b/recipes/kexecboot/kexecboot_0.5.bb index b901903a2a..f4474f7136 100644 --- a/recipes/kexecboot/kexecboot_0.5.bb +++ b/recipes/kexecboot/kexecboot_0.5.bb @@ -1,4 +1,5 @@ -SRC_URI = "http://projects.linuxtogo.org/frs/download.php/226/kexecboot-${PV}.tar.gz \ - " +PR = "r1" + +SRC_URI = "http://projects.linuxtogo.org/frs/?group_id=50/kexecboot-${PV}.tar.gz " require kexecboot.inc diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index 97a3f27512..c5e91f080e 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,14 +1,17 @@ -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://git.linuxtogo.org/home/thesing/kexecboot.git;protocol=git " -SRCREV = "8823a939a38a8a3287f90dee062e8ab8569f884f" +SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " +SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255" -# v0.5 -#tag=8823a939a38a8a3287f90dee062e8ab8569f884f +# v0.51 (pre cfg-files) +#SRCREV = "c5f17845f0f620adff854c2239a8aaa5d9942255" -# v0.4 -#tag=d7af5356df4f25203831403c69f1a263c163f31a +# v0.5 (add rescan / reboot) +#SRCREV = "8823a939a38a8a3287f90dee062e8ab8569f884f" + +# v0.4 (add bootlogo) +#SRCREV = "d7af5356df4f25203831403c69f1a263c163f31a" S = "${WORKDIR}/git" |