aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redboot-utils
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2011-01-13 03:52:36 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-15 16:00:05 -0800
commitd2b56c403a27cbc8e02654caed132ab4695a2ea9 (patch)
treed2bd00404796cf2a6157889972dd7f7f8763cfeb /recipes/redboot-utils
parent1ecc0d94974809f4279829157fe3ba047f315aba (diff)
downloadopenembedded-d2b56c403a27cbc8e02654caed132ab4695a2ea9.tar.gz
fconfig 20080329: upgrade from 20060419
Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/redboot-utils')
-rw-r--r--recipes/redboot-utils/fconfig_20060419.bb17
-rw-r--r--recipes/redboot-utils/fconfig_20080329.bb17
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 d8f5ea3d2b..0000000000
--- 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 0000000000..9bc48d1586
--- /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"