diff options
author | Rene Wagner <rw@handhelds.org> | 2006-09-23 15:39:51 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-09-23 15:39:51 +0200 |
commit | 8541a4658600205cf15c9600982689b458b72571 (patch) | |
tree | 4997e7fcf86c3d4b94f5e9b4aa0a739096d78b55 | |
parent | e90d071ede34a9a2bacd2d4d336d559cdc956ca9 (diff) |
gzip: fix dependency info
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r-- | org.handhelds.familiar/packages/gzip/gzip_1.3.5-15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/gzip/gzip_1.3.5-15.bb b/org.handhelds.familiar/packages/gzip/gzip_1.3.5-15.bb index be8899b..0c3bd82 100644 --- a/org.handhelds.familiar/packages/gzip/gzip_1.3.5-15.bb +++ b/org.handhelds.familiar/packages/gzip/gzip_1.3.5-15.bb @@ -2,6 +2,9 @@ DESCRIPTION = "The GNU compression utility" LICENSE = "GPL" SECTION = "console/utils" PRIORITY = "required" +PR = "r1" + +RRECOMMENDS_${PN} = "less" inherit autotools debian-vampyre |