OpenSlug 1.5-beta release candidate - version is now in /etc/issue
authorRod Whitby <rod@whitby.id.au>
Mon, 28 Feb 2005 03:14:33 +0000 (03:14 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 28 Feb 2005 03:14:33 +0000 (03:14 +0000)
BKrev: 42228c992JyHl19nOJ6m7xhYnOtn-w

conf/distro/openslug.conf
packages/openslug-init/openslug-init_0.10.bb

index db12ea6..761f7de 100644 (file)
@@ -2,6 +2,9 @@
 #@NAME: OpenSlug
 #@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2
 
+DISTRO_NAME = "OpenSlug"
+DISTRO_VERSION = "1.5-beta"
+
 TARGET_FPU = "soft"
 TARGET_OS = "linux"
 
index 24ce905..7be1798 100644 (file)
@@ -2,9 +2,7 @@ DESCRIPTION = "Openslug initial network config via sysconf"
 SECTION = "console/network"
 LICENSE = "GPL"
 DEPENDS = "base-files"
-PR = "r12"
-
-OPENSLUG_VERSION = "1.4-alpha"
+PR = "r13"
 
 SRC_URI = "file://sysconfsetup \
           file://modutils.txt \
@@ -25,8 +23,6 @@ do_compile() {
 }
 
 do_install() {
-       echo "OpenSlug-${OPENSLUG_VERSION}" > ${D}/.openslug
-
         install -d ${D}/${sysconfdir} \
                    ${D}/${sysconfdir}/init.d \
                   ${D}/${sysconfdir}/modutils \