diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
commit | f6c111ef94b3b2e609b43fe0958cba4808d38c16 (patch) | |
tree | 2e87f8388d2c4d48da9801f674b60e1cdb9f78f6 /packages/meta/meta-opie-all.bb | |
parent | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/meta/meta-opie-all.bb')
-rw-r--r-- | packages/meta/meta-opie-all.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meta/meta-opie-all.bb b/packages/meta/meta-opie-all.bb index 72f1a8b36f..6f315d3306 100644 --- a/packages/meta/meta-opie-all.bb +++ b/packages/meta/meta-opie-all.bb @@ -1,12 +1,12 @@ DESCRIPTION = "Meta-package for QPE stuff" SECTION = "opie/base" -ALLOW_EMPTY = 1 +ALLOW_EMPTY = "1" PACKAGE_ARCH = "all" LICENSE = "MIT" DEPENDS = "task-qpe" PR = "r3" -BUILD_ALL_DEPS = 1 +BUILD_ALL_DEPS = "1" RDEPENDS = "task-qpe-applets task-qpe-games task-qpe-inputmethods \ task-qpe-multimedia task-qpe-emulators task-qpe-applications \ |