소스 검색

move to base

Waldemar Brodkorb 11 년 전
부모
커밋
3ec25aad8f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      package/libpthread/Makefile
  2. 1 1
      package/librt/Makefile

+ 1 - 1
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

+ 1 - 1
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