From 8686f7150e6f111a56ec9e1402c7894d543920c4 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 28 Feb 2005 03:14:33 +0000 Subject: [PATCH] OpenSlug 1.5-beta release candidate - version is now in /etc/issue BKrev: 42228c992JyHl19nOJ6m7xhYnOtn-w --- conf/distro/openslug.conf | 3 +++ packages/openslug-init/openslug-init_0.10.bb | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index db12ea6ab3..761f7dec4b 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -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" diff --git a/packages/openslug-init/openslug-init_0.10.bb b/packages/openslug-init/openslug-init_0.10.bb index 24ce905c55..7be1798965 100644 --- a/packages/openslug-init/openslug-init_0.10.bb +++ b/packages/openslug-init/openslug-init_0.10.bb @@ -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 \ -- 2.39.5