summaryrefslogtreecommitdiff
path: root/package/rpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/rpm/Makefile')
-rw-r--r--package/rpm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/rpm/Makefile b/package/rpm/Makefile
index 89b50a647..49c7f8339 100644
--- a/package/rpm/Makefile
+++ b/package/rpm/Makefile
@@ -6,13 +6,15 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= rpm
PKG_VERSION:= 4.7.2
PKG_RELEASE:= 1
-PKG_BUILDDEP+= nss libdb
PKG_MD5SUM:= 224715646325df4cd3904e3ac9e16186
PKG_DESCR:= Package Manager
PKG_SECTION:= base
+PKG_BUILDDEP+= nss libdb
PKG_URL:= http://www.rpm.org
PKG_SITES:= http://rpm.org/releases/rpm-4.7.x/
+PKG_TARGET_DEPENDS:= !foxboard
+
DISTFILES:= ${PKG_NAME}-$(PKG_VERSION).tar.bz2
include $(TOPDIR)/mk/package.mk