[oe-commits] Andrea Adami : kexec-tools: rename static recipes built against klibc

git version control git at git.openembedded.org
Sat Jun 20 22:29:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0219e9fd2fdb945dcaa6e24c7ce3e07d269d9ecc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0219e9fd2fdb945dcaa6e24c7ce3e07d269d9ecc

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Jun 21 00:25:46 2009 +0200

kexec-tools: rename static recipes built against klibc

---

 .../initramfs-module-kexecboot_1.0.bb              |    2 +-
 ..._1.101.bb => kexec-tools-klibc-static_1.101.bb} |    7 +++----
 ..._2.0.0.bb => kexec-tools-klibc-static_2.0.0.bb} |    6 +++---
 recipes/kexecboot/kexecboot.inc                    |    2 +-
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb b/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
index 3080269..7f1e7cd 100644
--- a/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
+++ b/recipes/initrdscripts/initramfs-module-kexecboot_1.0.bb
@@ -1,7 +1,7 @@
 SRC_URI = "file://87-kexecboot.sh"
 PR = "r2"
 DESCRIPTION = "An initramfs module for kexecing kernel from rootfs."
-RDEPENDS = "initramfs-uniboot kexec-static"
+RDEPENDS = "initramfs-uniboot kexec-klibc-static"
 
 do_install() {
 	install -d ${D}/initrd.d
diff --git a/recipes/kexec/kexec-tools-static_1.101.bb b/recipes/kexec/kexec-tools-klibc-static_1.101.bb
similarity index 70%
rename from recipes/kexec/kexec-tools-static_1.101.bb
rename to recipes/kexec/kexec-tools-klibc-static_1.101.bb
index ea44b57..4ad59ce 100644
--- a/recipes/kexec/kexec-tools-static_1.101.bb
+++ b/recipes/kexec/kexec-tools-klibc-static_1.101.bb
@@ -16,8 +16,7 @@ export CFLAGS=""
 export CPPFLAGS=""
 export LDFLAGS=""
 
-PACKAGES =+ "kexec-static kdump-static"
-
-FILES_kexec-static = "${sbindir}/kexec"
-FILES_kdump-static = "${sbindir}/kdump"
+PACKAGES =+ "kexec-klibc-static kdump-klibc-static"
 
+FILES_kexec-klibc-static = "${sbindir}/kexec"
+FILES_kdump-klibc-static = "${sbindir}/kdump"
diff --git a/recipes/kexec/kexec-tools-static_2.0.0.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb
similarity index 72%
rename from recipes/kexec/kexec-tools-static_2.0.0.bb
rename to recipes/kexec/kexec-tools-klibc-static_2.0.0.bb
index a0d02aa..da12db1 100644
--- a/recipes/kexec/kexec-tools-static_2.0.0.bb
+++ b/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb
@@ -18,7 +18,7 @@ export CFLAGS=""
 export CPPFLAGS=""
 export LDFLAGS=""
 
-PACKAGES =+ "kexec-static kdump-static"
+PACKAGES =+ "kexec-klibc-static kdump-klibc-static"
 
-FILES_kexec-static = "${sbindir}/kexec"
-FILES_kdump-static = "${sbindir}/kdump"
+FILES_kexec-klibc-static = "${sbindir}/kexec"
+FILES_kdump-klibc-static = "${sbindir}/kdump"
diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index fdcbf55..ebd193b 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 
 DEPENDS = "klibc"
-RDEPENDS_${PN} = "kexec-static"
+RDEPENDS_${PN} = "kexec-klibc-static"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list