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
This commit is contained in:
Richard Purdie
2008-09-30 21:54:47 +00:00
parent e2d321075a
commit 979f987c44
18 changed files with 70 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
#
DESCRIPTION = "Tools tasks for Poky"
PR = "r1"
PR = "r2"
PACKAGES = "\
task-poky-tools-debug \
@@ -55,3 +55,5 @@ RDEPENDS_task-poky-tools-testapps = "\
xwininfo \
xprop \
xvideo-tests"
RDEPENDS_task-poky-tools-testapps_append_beagleboard = " omapfbplay ffmpeg"

View File

@@ -3,7 +3,7 @@
#
DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r30"
PR = "r31"
PACKAGES = "\
task-poky-apps-console \
@@ -38,6 +38,9 @@ RDEPENDS_task-poky-apps-console = "\
RDEPENDS_task-poky-x11-base = "\
dbus \
pointercal \
fontconfig \
freetype \
shared-mime-info \
matchbox-wm \
matchbox-keyboard \
matchbox-keyboard-applet \