[oe] [PATCH] fconfig 20080329: upgrade from 20060419

Michael Smith msmith at cbnco.com
Wed Jan 12 19:52:36 UTC 2011


Signed-off-by: Michael Smith <msmith at cbnco.com>
---
 recipes/redboot-utils/fconfig_20060419.bb |   17 -----------------
 recipes/redboot-utils/fconfig_20080329.bb |   17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)
 delete mode 100644 recipes/redboot-utils/fconfig_20060419.bb
 create mode 100644 recipes/redboot-utils/fconfig_20080329.bb

diff --git a/recipes/redboot-utils/fconfig_20060419.bb b/recipes/redboot-utils/fconfig_20060419.bb
deleted file mode 100644
index d8f5ea3..0000000
--- a/recipes/redboot-utils/fconfig_20060419.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Tool to edit the Redboot config from userspace"
-PR = "r1"
-
-SRC_URI = "http://andrzejekiert.ovh.org/software/fconfig/fconfig-20060419.tar.gz"
-
-S = ${WORKDIR}/fconfig
-do_compile() {
-	${MAKE}
-}
-
-do_install() {
-	install -d ${D}/${sbindir}
-	install -m 755 ${S}/fconfig ${D}/${sbindir}
-}
-
-SRC_URI[md5sum] = "abc1aca11ee9c9d9b65057c3cf1ca88c"
-SRC_URI[sha256sum] = "d109960dd5e306d4a8ab73e99bfd519ef1c7c674b33b9cfd8fdd61cbd43dac60"
diff --git a/recipes/redboot-utils/fconfig_20080329.bb b/recipes/redboot-utils/fconfig_20080329.bb
new file mode 100644
index 0000000..9bc48d1
--- /dev/null
+++ b/recipes/redboot-utils/fconfig_20080329.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Application to manipulate RedBoot configuration from userspace"
+HOMEPAGE = "http://andrzejekiert.ovh.org/software.html.en"
+SECTION = "base"
+LICENSE = "GPLv2+"
+PR = "r0"
+
+SRC_URI = "http://andrzejekiert.ovh.org/software/${PN}/${PN}-${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}"
+
+do_install() {
+	install -d ${D}/${sbindir}
+	install -m 755 ${S}/fconfig ${D}/${sbindir}
+}
+
+SRC_URI[md5sum] = "dac355e9f2a0f48c414c52e2034b6346"
+SRC_URI[sha256sum] = "4ff0e8f07e35e46b705c0dbe9d9544ede01ea092a69e3f7db03e55a3f2bb8eb7"
-- 
1.6.3.2





More information about the Openembedded-devel mailing list