diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-07 08:58:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-07 08:58:44 +0000 |
commit | 8fb6b2d3d410ad2badf0c99ed7a66b698aafaa17 (patch) | |
tree | 8a700d795bdf33061b8bccc353fe0aaffa044036 /packages/meta/slugos-image.bb | |
parent | 0b67482ddc4fe571d16fa094627abb447b9a8edb (diff) |
slugos: Major rename of common SlugOS files and directories from openslug to slugos.
Diffstat (limited to 'packages/meta/slugos-image.bb')
-rw-r--r-- | packages/meta/slugos-image.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packages/meta/slugos-image.bb b/packages/meta/slugos-image.bb index 1595337981..9be275c862 100644 --- a/packages/meta/slugos-image.bb +++ b/packages/meta/slugos-image.bb @@ -4,10 +4,8 @@ # conf/distro/slugos.conf to get the standard settings). # LICENSE = "MIT" -PR = "r16" +PR = "r17" PROVIDES += "${SLUGOS_IMAGENAME}-image" -#FIXME: backward compatibility with the master makefile -PROVIDES += "openslug-image" # SLUGOS_IMAGENAME defines the name of the image to be build, if it # is not set this package will be skipped! @@ -109,9 +107,9 @@ SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole" # absolute minimum to have any chance of a bootable system. DEPENDS = "${SLUGOS_IMAGE_DEPENDS} \ virtual/kernel base-files base-passwd \ - busybox dropbear hotplug-ng initscripts-openslug netbase \ + busybox dropbear hotplug-ng initscripts-slugos netbase \ sysvinit tinylogin portmap \ - virtual/ixp-eth openslug-init \ + virtual/ixp-eth slugos-init \ module-init-tools modutils-initscripts \ ipkg-collateral ipkg ipkg-link \ ${SLUGOS_SUPPORT} \ @@ -119,9 +117,9 @@ DEPENDS = "${SLUGOS_IMAGE_DEPENDS} \ ${SLUGOS_NATIVE_DEPENDS}" IPKG_INSTALL = "base-files base-passwd \ - busybox dropbear hotplug-ng initscripts-openslug netbase \ + busybox dropbear hotplug-ng initscripts-slugos netbase \ update-modules sysvinit tinylogin portmap \ - ${PREFERRED_PROVIDER_virtual/ixp-eth} openslug-init \ + ${PREFERRED_PROVIDER_virtual/ixp-eth} slugos-init \ module-init-tools modutils-initscripts \ ipkg-collateral ipkg ipkg-link \ ${SLUGOS_SUPPORT} \ |