From: Michael Tremer Date: Wed, 28 Oct 2009 20:18:35 +0000 (+0100) Subject: naoki: Development packages are no defaults. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48add3fde5b28bd64aca38a4975cc8a1202b525c;p=ipfire-3.x.git naoki: Development packages are no defaults. --- diff --git a/pkgs/Config b/pkgs/Config index 43b846e7f..77055cf7c 100644 --- a/pkgs/Config +++ b/pkgs/Config @@ -42,7 +42,7 @@ PKG_OBJECTS = $(PKG_TARBALL) OBJECTS = $(PKG_OBJECTS) $(PKG_PATCHES) PKG_NAME_REAL = $(notdir $(CURDIR)) -PKG_PACKAGES = default devel +PKG_PACKAGES = default PKG_PACKAGES_FILES = $(foreach package,$(PKG_PACKAGES),$(call DO_PACKAGE_FILENAME,$(package))) DO_PACKAGE_FILENAME = $(subst --,-,$(PKG_NAME_REAL)-$(subst default,,$(1))-$(PKG_VER)-$(DISTRO_SNAME)$(DISTRO_EPOCH)-$(PKG_REL).ipk) diff --git a/pkgs/core/acl/acl.nm b/pkgs/core/acl/acl.nm index fdc88c6a7..f93b20c99 100644 --- a/pkgs/core/acl/acl.nm +++ b/pkgs/core/acl/acl.nm @@ -34,6 +34,8 @@ PKG_URL = http://oss.sgi.com/projects/xfs/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = Access control list utilities. +PKG_PACKAGES += devel + define PKG_DESCRIPTION This package contains the getfacl and setfacl utilities needed for \ manipulating access control lists. diff --git a/pkgs/core/attr/attr.nm b/pkgs/core/attr/attr.nm index 8f88b360b..3f8fdc277 100644 --- a/pkgs/core/attr/attr.nm +++ b/pkgs/core/attr/attr.nm @@ -34,6 +34,8 @@ PKG_URL = http://oss.sgi.com/projects/xfs/ PKG_LICENSE = GPLv2+ LGPLv2+ PKG_SUMMARY = Tools for extended attribute support. +PKG_PACKAGES += devel + define PKG_DESCRIPTION A set of tools for manipulating extended attributes on filesystem \ objects. diff --git a/pkgs/core/bzip2/bzip2.nm b/pkgs/core/bzip2/bzip2.nm index 4f0954da1..57e2e854d 100644 --- a/pkgs/core/bzip2/bzip2.nm +++ b/pkgs/core/bzip2/bzip2.nm @@ -34,6 +34,8 @@ PKG_URL = http://www.bzip.org/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = Bzip2 is a data compressor. +PKG_PACKAGES += devel + define PKG_DESCRIPTION bzip2 is a freely available, patent free (see below), high-quality data \ compressor that is an alternative to the GNU zip compressor. diff --git a/pkgs/core/e2fsprogs/e2fsprogs.nm b/pkgs/core/e2fsprogs/e2fsprogs.nm index cbb98c1bc..ec9368741 100644 --- a/pkgs/core/e2fsprogs/e2fsprogs.nm +++ b/pkgs/core/e2fsprogs/e2fsprogs.nm @@ -34,6 +34,8 @@ PKG_URL = http://e2fsprogs.sourceforge.net/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Utilities for managing the extended (ext2/ext3/ext4) filesystems. +PKG_PACKAGES += devel + define PKG_DESCRIPTION The e2fsprogs package contains a number of utilities for creating, \ checking, modifying, and correcting any inconsistencies in second \ diff --git a/pkgs/core/gettext/gettext.nm b/pkgs/core/gettext/gettext.nm index d94b1772b..cc27d4edd 100644 --- a/pkgs/core/gettext/gettext.nm +++ b/pkgs/core/gettext/gettext.nm @@ -34,6 +34,8 @@ PKG_URL = http://www.gnu.org/software/gettext/ PKG_LICENSE = GPLv3 LGPL2+ PKG_SUMMARY = GNU libraries and utilities for producing multi-lingual messages. +PKG_PACKAGES += devel + define PKG_DESCRIPTION The GNU gettext package provides a set of tools and documentation for \ producing multi-lingual messages in programs. Tools include a set of \ diff --git a/pkgs/core/glibc/glibc.nm b/pkgs/core/glibc/glibc.nm index 5ce018ab0..c805892e9 100644 --- a/pkgs/core/glibc/glibc.nm +++ b/pkgs/core/glibc/glibc.nm @@ -34,6 +34,8 @@ PKG_URL = http://sources.redhat.com/glibc/ PKG_LICENSE = GPLv2+ LGPLv2+ PKG_SUMMARY = The GNU libc libraries. +PKG_PACKAGES += devel + define PKG_DESCRIPTION The glibc package contains standard libraries which are used by \ multiple programs on the system. In order to save disk space and \ diff --git a/pkgs/core/ncurses/ncurses.nm b/pkgs/core/ncurses/ncurses.nm index 483b4f5fa..b13d54919 100644 --- a/pkgs/core/ncurses/ncurses.nm +++ b/pkgs/core/ncurses/ncurses.nm @@ -34,6 +34,8 @@ PKG_URL = http://invisible-island.net/ncurses/ncurses.html PKG_LICENSE = MIT PKG_SUMMARY = Ncurses support utilities. +PKG_PACKAGES += devel + define PKG_DESCRIPTION The curses library routines are a terminal-independent method of \ updating character screens with reasonable optimization. The ncurses \ diff --git a/pkgs/core/xz/xz.nm b/pkgs/core/xz/xz.nm index c5685ac41..d463b6447 100644 --- a/pkgs/core/xz/xz.nm +++ b/pkgs/core/xz/xz.nm @@ -34,6 +34,8 @@ PKG_URL = http://tukaani.org/xz/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = LZMA Utils. +PKG_PACKAGES += devel + define PKG_DESCRIPTION LZMA provides very high compression ratio and fast decompression. The \ core of the LZMA utils is Igor Pavlov's LZMA SDK containing the actual \