From: Rod Whitby Date: Mon, 28 Feb 2005 03:14:33 +0000 (+0000) Subject: OpenSlug 1.5-beta release candidate - version is now in /etc/issue X-Git-Tag: Release-2010-05/1~14832 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8686f7150e6f111a56ec9e1402c7894d543920c4;p=openembedded.git OpenSlug 1.5-beta release candidate - version is now in /etc/issue BKrev: 42228c992JyHl19nOJ6m7xhYnOtn-w --- 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 \