diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-04-04 23:06:24 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-04-04 23:06:24 +0000 |
commit | cd0eba2a4ed708a7439b36b3b2f0fef0eb451da2 (patch) | |
tree | bde53b3527e610629939b8aa653a588d0dc6be73 /packages/meta/meta-opie.bb | |
parent | 7b58ef62207d56b02df774d7ed3e13d6b1f118d8 (diff) |
meta packages: Create a new class, clean up the code and add correct dependencies for bitbake 1.8
Diffstat (limited to 'packages/meta/meta-opie.bb')
-rw-r--r-- | packages/meta/meta-opie.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/meta/meta-opie.bb b/packages/meta/meta-opie.bb index 1158d859a0..6a9c35c5e3 100644 --- a/packages/meta/meta-opie.bb +++ b/packages/meta/meta-opie.bb @@ -1,12 +1,8 @@ DESCRIPTION = "Meta-package for Opie" SECTION = "opie/base" -ALLOW_EMPTY = "1" PR = "r34" -PACKAGE_ARCH = "all" LICENSE = "MIT" -BUILD_ALL_DEPS = "1" -DEPENDS = "task-opie" RDEPENDS = "task-opie-applets task-opie-apps task-opie-base \ task-opie-base-applets task-opie-base-apps \ task-opie-base-decorations task-opie-base-inputmethods \ @@ -19,3 +15,4 @@ RDEPENDS = "task-opie-applets task-opie-apps task-opie-base \ task-opie-multimedia task-opie-pim task-opie-settings \ task-opie-styles task-opie-todayplugins task-opie-wlan" +inherit meta
\ No newline at end of file |