summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-25 19:22:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-25 19:22:17 +0100
commita3e424eb0be7401d2b41b011f6a58650b115917b (patch)
tree3a91e6e82b1c947093ae07e0a2dd35a2cadb7cc9
parente017662a693b69214c775a74a1a0fee5f5e475ad (diff)
parent76787296486ff5484b6f1ebbd93f6ea5bee81576 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r--package/cups/Makefile23
-rw-r--r--package/openjdk7/Makefile1
-rw-r--r--target/linux/kernel.config2
3 files changed, 10 insertions, 16 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile
index 0d20cd61a..28bb45116 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -38,7 +38,9 @@ HOST_CONFIGURE_ARGS+= --disable-tcp-wrappers \
--disable-openssl \
--disable-cdsassl \
--disable-dbus \
- --disable-ssl
+ --disable-ssl \
+ --with-components=core \
+ --with-rcdir=$(STAGING_HOST_DIR)/etc
CONFIGURE_ENV+= ac_cv_func_sigset=no \
OPTIM='-fPIC'
@@ -57,7 +59,9 @@ CONFIGURE_ARGS+= --with-cups-user=cups \
--disable-openssl \
--disable-cdsassl \
--disable-dbus \
- --disable-ssl
+ --disable-ssl \
+ --with-components=core \
+ --with-rcdir=$(STAGING_TARGET_DIR)/etc
FAKE_FLAGS+= DSTROOT="${WRKINST}" STRIP="/bin/true"
ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
@@ -66,22 +70,9 @@ else
XAKE_FLAGS+= OPTIM='-fPIC'
endif
-cups-hostpackage:
-
cups-install:
- ${INSTALL_DIR} ${IDIR_CUPS}/usr/bin
- ${INSTALL_DIR} ${IDIR_CUPS}/usr/sbin
- ${INSTALL_DIR} ${IDIR_CUPS}/etc/cups
- ${INSTALL_DIR} ${IDIR_CUPS}/usr/lib/cups/daemon
- ${CP} ${WRKINST}/etc/cups/* ${IDIR_CUPS}/etc/cups/
- rm ${IDIR_CUPS}/etc/cups/cupsd.conf.default
- ${CP} ${WRKINST}/usr/bin/* ${IDIR_CUPS}/usr/bin/
- rm -f ${IDIR_CUPS}/usr/bin/cups-config
+ ${INSTALL_DIR} ${IDIR_CUPS}/usr/lib
${CP} ${WRKINST}/usr/lib/libcups*.so* ${IDIR_CUPS}/usr/lib/
- ${CP} ${WRKINST}/usr/lib/cups/daemon/* \
- ${IDIR_CUPS}/usr/lib/cups/daemon/
- ${CP} ${WRKINST}/usr/sbin/* ${IDIR_CUPS}/usr/sbin/
- ${CP} ./files/etc/cups/* ${IDIR_CUPS}/etc/cups/
include ${TOPDIR}/mk/host-bottom.mk
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile
index 89d0a0600..7db33966f 100644
--- a/package/openjdk7/Makefile
+++ b/package/openjdk7/Makefile
@@ -27,6 +27,7 @@ GCJ_VER:= 4.7.3
PKG_HOST_DEPENDS:= linux
PKG_ARCH_DEPENDS:= arm mips ppc sparc x86 x86_64
+PKG_LIBC_DEPENDS:= uclicb eglibc glibc
PKG_SYSTEM_DEPENDS:= !linksys-ag241 !fon-fon2100 !broadcom-bcm47xx !lemote-yeelong
PKG_SUBPKGS:= OPENJDK7
diff --git a/target/linux/kernel.config b/target/linux/kernel.config
index 491b04c92..97237b382 100644
--- a/target/linux/kernel.config
+++ b/target/linux/kernel.config
@@ -13,6 +13,8 @@ CONFIG_XFRM=y
CONFIG_INET=y
CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
+CONFIG_BLOCK=y
+CONFIG_FILE_LOCKING=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_NLS=y