summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-07 22:14:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-07 22:14:08 +0200
commit4ecd663f86978ac4dac9770d45b9b0d151e590be (patch)
treec8a2f843af801188c58c44617f5f4f0198b86ef6 /package
parentb6df54af44676e31d01f9e2cb6129269af1302fe (diff)
avoid grep error message
Diffstat (limited to 'package')
-rw-r--r--package/glibc/Makefile2
-rw-r--r--package/musl/Makefile2
-rw-r--r--package/uclibc/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile
index f903600e3..95fae1d5f 100644
--- a/package/glibc/Makefile
+++ b/package/glibc/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/glibc/Makefile.inc
PKG_NAME:= glibc
PKG_DESCR:= gnu c library
PKG_SECTION:= base/libs
-PKG_OPTS:= noremove nostaging
+PKG_OPTS:= noremove nostaging noscripts
PKG_SUBPKGS:= GLIBC GLIBC_DEV
NO_DISTFILES:= 1
diff --git a/package/musl/Makefile b/package/musl/Makefile
index 3e6150a1d..b21218b71 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/musl/Makefile.inc
PKG_NAME:= musl
PKG_DESCR:= embedded C library
PKG_SECTION:= base/libs
-PKG_OPTS:= noremove nostaging
+PKG_OPTS:= noremove nostaging noscripts
PKG_SUBPKGS:= MUSL MUSL_DEV
PKGSD_MUSL_DEV:= development files for musl
diff --git a/package/uclibc/Makefile b/package/uclibc/Makefile
index d0436d160..71c06edfe 100644
--- a/package/uclibc/Makefile
+++ b/package/uclibc/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/uclibc/Makefile.inc
PKG_NAME:= uClibc
PKG_DESCR:= embedded c library
PKG_SECTION:= base/libs
-PKG_OPTS:= noremove nostaging
+PKG_OPTS:= noremove nostaging noscripts
PKG_SUBPKGS:= UCLIBC UCLIBC_DEV
PKGSD_UCLIBC_DEV:= development files for uclibc