diff options
-rw-r--r-- | package/classpath/Makefile | 2 | ||||
-rw-r--r-- | package/fastjar/Makefile | 2 | ||||
-rw-r--r-- | package/util-linux/Makefile | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/package/classpath/Makefile b/package/classpath/Makefile index dd983288e..4475acf02 100644 --- a/package/classpath/Makefile +++ b/package/classpath/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= libgtk gdk-pixbuf orbit2 gconf PKG_URL:= http://www.gnu.org/software/classpath/home.html PKG_SITES:= ${MASTER_SITE_GNU:=classpath/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_HOST_DEPENDS:= linux PKG_ARCH_DEPENDS:= !arm diff --git a/package/fastjar/Makefile b/package/fastjar/Makefile index fe73820fa..d8e54584a 100644 --- a/package/fastjar/Makefile +++ b/package/fastjar/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= fastjar utility PKG_SECTION:= lang PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=fastjar/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + PKG_CFLINE_FASTJAR:= depends on ADK_HOST_ONLY include $(TOPDIR)/mk/host.mk diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 51447c31e..118d48101 100644 --- a/package/util-linux/Makefile +++ b/package/util-linux/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 3f191727a0d28f7204b755cf1b6ea0aa PKG_DESCR:= basic Linux utilities (also provided by busybox) PKG_SECTION:= core -PKG_BUILDDEP:= ncurses +PKG_BUILDDEP:= ncurses pam PKG_SITES:= http://www.kernel.org/pub/linux/utils/util-linux/v2.24/ PKG_NOPARALLEL:= 1 PKG_OPTS:= dev @@ -32,7 +32,6 @@ PKGSC_SFDISK:= fs PKGSD_CFDISK:= partition table manipulation utility PKGSC_CFDISK:= fs PKGSD_SU:= switch user utility -PKGSB_SU:= pam PKGSC_SU:= core PKGSD_SWAP_UTILS:= swap space management utilities PKGSS_SWAP_UTILS:= libblkid |