summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-05 16:03:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-05 16:04:04 +0200
commit9ea454f2ec8b40b3d0ffe69d701266700688bc4e (patch)
tree5febab4c10a1d291fd953c577c845422ec9b2a66 /package
parent8ab963da3afe7627e13909d8ec36228914a5df07 (diff)
fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for libc packages, to avoid cpio errors
Diffstat (limited to 'package')
-rw-r--r--package/glibc/Makefile3
-rw-r--r--package/libpthread/Makefile2
-rw-r--r--package/libstdcxx/Makefile3
-rw-r--r--package/musl/Makefile3
-rw-r--r--package/uclibc/Makefile3
5 files changed, 9 insertions, 5 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index 206e3f9ed..f903600e3 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -2,12 +2,13 @@
# material, please see the LICENCE file in the top-level directory.
include $(TOPDIR)/rules.mk
+include $(TOPDIR)/mk/kernel-ver.mk
include $(TOPDIR)/toolchain/glibc/Makefile.inc
PKG_NAME:= glibc
PKG_DESCR:= gnu c library
PKG_SECTION:= base/libs
-PKG_OPTS:= noremove
+PKG_OPTS:= noremove nostaging
PKG_SUBPKGS:= GLIBC GLIBC_DEV
NO_DISTFILES:= 1
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index 88d10d561..c1caada6c 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -16,7 +16,7 @@ endif
PKG_NAME:= libpthread
PKG_DESCR:= posix threading library
PKG_SECTION:= libs/misc
-PKG_OPTS:= noremove
+PKG_OPTS:= noremove nostaging
NO_DISTFILES:= 1
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile
index f15a650e5..fa43d58e5 100644
--- a/package/libstdcxx/Makefile
+++ b/package/libstdcxx/Makefile
@@ -16,11 +16,12 @@ endif
PKG_NAME:= libstdcxx
PKG_DESCR:= c++ support library
PKG_SECTION:= libs/misc
+PKG_OPTS:= nostaging
NO_DISTFILES:= 1
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBSTDCXX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBSTDCXX,libstdcxx,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
CONFIG_STYLE:= manual
BUILD_STYLE:= manual
diff --git a/package/musl/Makefile b/package/musl/Makefile
index deb752ac3..81354361a 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -2,12 +2,13 @@
# material, please see the LICENCE file in the top-level directory.
include $(TOPDIR)/rules.mk
+include $(TOPDIR)/mk/kernel-ver.mk
include $(TOPDIR)/toolchain/musl/Makefile.inc
PKG_NAME:= musl
PKG_DESCR:= embedded C library
PKG_SECTION:= base/libs
-PKG_OPTS:= noremove
+PKG_OPTS:= noremove nostaging
PKG_SUBPKGS:= MUSL MUSL_DEV
PKGSD_MUSL_DEV:= development files for musl
diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile
index dd55fa0df..d0436d160 100644
--- a/package/uclibc/Makefile
+++ b/package/uclibc/Makefile
@@ -2,12 +2,13 @@
# material, please see the LICENCE file in the top-level directory.
include $(TOPDIR)/rules.mk
+include $(TOPDIR)/mk/kernel-ver.mk
include $(TOPDIR)/toolchain/uclibc/Makefile.inc
PKG_NAME:= uClibc
PKG_DESCR:= embedded c library
PKG_SECTION:= base/libs
-PKG_OPTS:= noremove
+PKG_OPTS:= noremove nostaging
PKG_SUBPKGS:= UCLIBC UCLIBC_DEV
PKGSD_UCLIBC_DEV:= development files for uclibc