diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-28 11:10:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-28 11:10:26 +0200 |
commit | 3ec25aad8feaef06e2baee4fe60fb2314c4f292d (patch) | |
tree | 1a01cf0b10fe1e09c2e21459f978faeb3a34bdc3 | |
parent | 87a2c5391ca8d6c156f5a4dc3e9040ff1958e097 (diff) |
move to base
-rw-r--r-- | package/libpthread/Makefile | 2 | ||||
-rw-r--r-- | package/librt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index 4589d6c0a..269791aa5 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -15,7 +15,7 @@ endif PKG_NAME:= libpthread PKG_DESCR:= posix threading library -PKG_SECTION:= libs/misc +PKG_SECTION:= base/libs PKG_OPTS:= noremove nostaging noscripts NO_DISTFILES:= 1 diff --git a/package/librt/Makefile b/package/librt/Makefile index 66461aab1..3fddc3bb9 100644 --- a/package/librt/Makefile +++ b/package/librt/Makefile @@ -12,7 +12,7 @@ endif PKG_NAME:= librt PKG_DESCR:= realtime library -PKG_SECTION:= libs/misc +PKG_SECTION:= base/libs PKG_OPTS:= noremove NO_DISTFILES:= 1 |