diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-16 11:05:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-16 11:05:33 +0200 |
commit | e3d296fa18ef060fad7e654cd9308e57ffd0934b (patch) | |
tree | 6d70d31c1c395b175ff6c15a7c6f00ea79096431 /package | |
parent | 4a54d9dd804bc3b64703ba04060ec8c48a8c9811 (diff) |
fix make bulkallmod
Diffstat (limited to 'package')
-rw-r--r-- | package/boost/Makefile | 12 | ||||
-rw-r--r-- | package/jack/Makefile | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile index 45c18e08e..4bd6b2c44 100644 --- a/package/boost/Makefile +++ b/package/boost/Makefile @@ -11,9 +11,12 @@ PKG_DESCR:= boost C++ library PKG_SECTION:= libs PKG_URL:= http://www.boost.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=boost/} + DISTFILES:= boost_1_47_0.tar.gz WRKDIST= ${WRKDIR}/${PKG_NAME}_${PKG_VERSION} +PKG_ARCH_DEPENDS:= !mips + PKG_SUBPKGS:= BOOST BOOST_DEV PKGSD_BOOST_DEV:= boost header files PKGSC_BOOST_DEV:= devel @@ -27,8 +30,8 @@ PKG_FLAVOURS_BOOST:= date_time graph graph_parallel iostreams math program_optio PKGFD_date_time:= with date-time PKGFD_python:= with Python -PKGFB_python:= python -PKGFS_python:= python +PKGFB_python:= python2 +PKGFS_python:= python2 PKGFD_iostreams:= with iostreams PKGFD_graph:= with graph PKGFD_graph_parallel:= with graph_parallel @@ -104,7 +107,7 @@ GPP_PATH:= ${STAGING_HOST_DIR}/bin/${GNU_TARGET_NAME}-g++ GPP_VERSION:= "`${GPP_PATH} -v 2>&1 | tail -1 | awk '{print $$3}'`" BJAM_PATH:= "`find ${WRKBUILD} -type f -name "bjam"`" PYTHON_PATH:= ${STAGING_TARGET_DIR}/usr/bin/python -PYTHON_INCLUDE:= "`find ${STAGING_TARGET_DIR}/usr/include/ -maxdepth 1 -type d -name "python*" | head -1`" +PYTHON_INCLUDE:="`find ${STAGING_TARGET_DIR}/usr/include/ -maxdepth 1 -type d -name "python*" | head -1`" PYTHON_LIB:= "`find ${STAGING_TARGET_DIR}/usr/lib/ -maxdepth 1 -type d -name "python*" | head -1`" USER_JAM:= ${WRKBUILD}/tools/build/v2/user-config.jam @@ -139,7 +142,6 @@ endif install \ ) - boost-install: ${INSTALL_DIR} ${IDIR_BOOST}/usr/lib ifneq (${ADK_PACKAGE_BOOST_SHARED},) @@ -153,10 +155,8 @@ ifneq (${ADK_PACKAGE_BOOST_BOTH},) ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_BOOST}/usr/lib endif - boost-dev-install: ${INSTALL_DIR} ${IDIR_BOOST_DEV}/usr/include ${CP} ${WRKINST}/usr/include/* ${IDIR_BOOST_DEV}/usr/include - include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/jack/Makefile b/package/jack/Makefile index 65776fd7f..d67b473f6 100644 --- a/package/jack/Makefile +++ b/package/jack/Makefile @@ -15,6 +15,8 @@ PKG_BUILDDEP:= python2 alsa-lib PKG_URL:= http://jackaudio.org PKG_SITES:= http://www.grame.fr/~letz/ +PKG_ARCH_DEPENDS:= !cris + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 include $(TOPDIR)/mk/package.mk |