summaryrefslogtreecommitdiff
path: root/package/glibc/Makefile
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/glibc/Makefile
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/glibc/Makefile')
-rw-r--r--package/glibc/Makefile3
1 files changed, 2 insertions, 1 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