422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
394 B
Makefile
14 lines
394 B
Makefile
#############################################################
|
|
#
|
|
# pthread-stubs
|
|
#
|
|
#############################################################
|
|
PTHREAD_STUBS_VERSION = 0.1
|
|
PTHREAD_STUBS_SOURCE = libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2
|
|
PTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/
|
|
|
|
PTHREAD_STUBS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,pthread-stubs))
|
|
|