diff options
author | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-20 21:31:08 +0100 |
---|---|---|
committer | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-20 21:31:08 +0100 |
commit | 68bb17312be33ae09255737dde26a93663cfc2ba (patch) | |
tree | 71b0c26cf47124fe20e95d5eebeef5c300f28c66 /package/rpm | |
parent | a154a4cae1b78e68f4421142e7f2e77c85db4754 (diff) |
fix allmodconfig for foxboard
Diffstat (limited to 'package/rpm')
-rw-r--r-- | package/rpm/Makefile | 4 |
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 |