summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-30 19:52:19 +0000
committerChris Larson <clarson@kergoth.com>2003-06-30 19:52:19 +0000
commit7a4af1578d1f16fa8bfdd91e351d84c2764cf475 (patch)
tree3b726e3f57df7bda2934ff8462768829a1adc0be
parent65fe4f3e28cf8d3ab06c16a0783d20b9f7f244d3 (diff)
srpm-1.0.oe:
SRPM class rename glibc-2.3.1.oe: BUGFIX: glibc should depend on kernel-headers. BKrev: 3f0094f3qFqzqfwPmU2Xm5ddVmRf5w
-rw-r--r--content/glibc-2.3.1.oe2
-rw-r--r--test~/srpm-1.0.oe4
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"