diff options
Diffstat (limited to 'gawk/gawk_3.0.4.oe')
-rw-r--r-- | gawk/gawk_3.0.4.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gawk/gawk_3.0.4.oe b/gawk/gawk_3.0.4.oe index 9cd95ec7eb..6c12443530 100644 --- a/gawk/gawk_3.0.4.oe +++ b/gawk/gawk_3.0.4.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 |