diff options
Diffstat (limited to 'slutils/slutils_0.1.0.oe')
-rw-r--r-- | slutils/slutils_0.1.0.oe | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/slutils/slutils_0.1.0.oe b/slutils/slutils_0.1.0.oe index 063bab32a7..9e5aa87160 100644 --- a/slutils/slutils_0.1.0.oe +++ b/slutils/slutils_0.1.0.oe @@ -1,10 +1,10 @@ -DESCRIPTION=Console utilities for certain hardware aspects of the SL-C7x0 based Zaurii -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE=GPL -RDEPENDS=libc6 -DEPENDS=virtual/libc +DESCRIPTION = "Console utilities for certain hardware aspects of the SL-C7x0 based Zaurii" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +RDEPENDS = "libc6" +DEPENDS = "virtual/libc" inherit qmake |