[oe-commits] Michael Smith : fconfig 20080329: upgrade from 20060419

git version control git at git.openembedded.org
Sun Jan 16 00:08:36 UTC 2011


Module: openembedded.git
Branch: master
Commit: d2b56c403a27cbc8e02654caed132ab4695a2ea9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d2b56c403a27cbc8e02654caed132ab4695a2ea9

Author: Michael Smith <msmith at cbnco.com>
Date:   Thu Jan 13 03:52:36 2011 +0000

fconfig 20080329: upgrade from 20060419

Signed-off-by: Michael Smith <msmith at cbnco.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/redboot-utils/fconfig_20060419.bb |   17 -----------------
 recipes/redboot-utils/fconfig_20080329.bb |   17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)

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"





More information about the Openembedded-commits mailing list