diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:54:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:54:47 +0000 |
commit | 979f987c44928f2d47d319cf5fc34e7f3d2113b7 (patch) | |
tree | b49dca768f15cc67c1fa2ff499552a2c67baa7c1 /meta/packages/tasks/task-poky.bb | |
parent | e2d321075a6c1aecd09a705d97f2347863a685f9 (diff) | |
download | poky-979f987c44928f2d47d319cf5fc34e7f3d2113b7.tar.gz |
bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't cache the recipe. Based on work from Heikki Paajanen
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky.bb')
-rw-r--r-- | meta/packages/tasks/task-poky.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky.bb b/meta/packages/tasks/task-poky.bb index 4e4204345c..1c1507bfe3 100644 --- a/meta/packages/tasks/task-poky.bb +++ b/meta/packages/tasks/task-poky.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r30" | 6 | PR = "r31" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-apps-console \ | 9 | task-poky-apps-console \ |
@@ -38,6 +38,9 @@ RDEPENDS_task-poky-apps-console = "\ | |||
38 | RDEPENDS_task-poky-x11-base = "\ | 38 | RDEPENDS_task-poky-x11-base = "\ |
39 | dbus \ | 39 | dbus \ |
40 | pointercal \ | 40 | pointercal \ |
41 | fontconfig \ | ||
42 | freetype \ | ||
43 | shared-mime-info \ | ||
41 | matchbox-wm \ | 44 | matchbox-wm \ |
42 | matchbox-keyboard \ | 45 | matchbox-keyboard \ |
43 | matchbox-keyboard-applet \ | 46 | matchbox-keyboard-applet \ |