]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Development packages are no defaults.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Oct 2009 20:18:35 +0000 (21:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Oct 2009 20:18:35 +0000 (21:18 +0100)
pkgs/Config
pkgs/core/acl/acl.nm
pkgs/core/attr/attr.nm
pkgs/core/bzip2/bzip2.nm
pkgs/core/e2fsprogs/e2fsprogs.nm
pkgs/core/gettext/gettext.nm
pkgs/core/glibc/glibc.nm
pkgs/core/ncurses/ncurses.nm
pkgs/core/xz/xz.nm

index 43b846e7f0ebf486daabe8b13af895fd3d07d365..77055cf7cd142841e6815a21ca88194d21f791c9 100644 (file)
@@ -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)
index fdc88c6a7c28dfc14817e82529dd88c14982dd94..f93b20c99d9d09059457bbc4bb011cac93657826 100644 (file)
@@ -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.
index 8f88b360b265b8f918fc07cfb91ee1b7b6a96777..3f8fdc277b78016430722abc066f0940e40f8dba 100644 (file)
@@ -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.
index 4f0954da1f432fd5052727ec6c56266b0c867aed..57e2e854d3425fc722ac62a23e2e1cb81b2c5576 100644 (file)
@@ -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.
index cbb98c1bcce95fe00dfd0643c4044fcb56ec8db3..ec9368741686c83c587a6b3b92943ff5bc0b73a2 100644 (file)
@@ -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 \
index d94b1772b9b604b158046d21dcc5fa19793bf3b1..cc27d4edd988e43e885b2eb499e721cefbe73cfa 100644 (file)
@@ -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 \
index 5ce018ab00d223886eab2bab9a58e15f1a97edb7..c805892e990e49de1ed8a135347a10439ba0fa13 100644 (file)
@@ -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 \
index 483b4f5fa8e09d75185f07958142d0f39697a6dc..b13d54919172820d38f48d1ecf384d6a2bb6fa1d 100644 (file)
@@ -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 \
index c5685ac411ab17190db0edb5e16d20d0c7e80353..d463b64475cd6006c34a4780bc1eb3b6211332d7 100644 (file)
@@ -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 \