aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redboot-utils/fconfig_20060419.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/redboot-utils/fconfig_20060419.bb')
-rw-r--r--recipes/redboot-utils/fconfig_20060419.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/redboot-utils/fconfig_20060419.bb b/recipes/redboot-utils/fconfig_20060419.bb
new file mode 100644
index 0000000000..561718f9b2
--- /dev/null
+++ b/recipes/redboot-utils/fconfig_20060419.bb
@@ -0,0 +1,14 @@
+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}
+}