diff options
-rw-r--r-- | content/glibc-2.3.1.oe | 2 | ||||
-rw-r--r-- | test~/srpm-1.0.oe | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/content/glibc-2.3.1.oe b/content/glibc-2.3.1.oe index 547b19f3f5..b3f0eb8d7f 100644 --- a/content/glibc-2.3.1.oe +++ b/content/glibc-2.3.1.oe @@ -1,7 +1,7 @@ DESCRIPTION="GNU C Library" LICENSE="LGPL" SECTION="libs" -DEPENDS="" +DEPENDS="content/kernel-headers" RDEPENDS="" PRIORITY=required MAINTAINER="Chris Larson <kergoth@handhelds.org>" diff --git a/test~/srpm-1.0.oe b/test~/srpm-1.0.oe index e69de29bb2..bbca90910f 100644 --- a/test~/srpm-1.0.oe +++ b/test~/srpm-1.0.oe @@ -0,0 +1,4 @@ +inherit base_srpm + +SRC_URI="" +SRPMFILE="/usr/src/redhat/SRPMS/kernel-2.5.70mm7-2.src.rpm" |