diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-12 12:43:48 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-12 12:43:48 -0700 |
commit | e592f51ed3efd3d16a3f054bb2608effea7c66a1 (patch) | |
tree | 1d23c016251d107d5b8fdb15dbe1cc0aea733296 | |
parent | 04f85931f4d285b723d1d21bb5a0543597fd15ff (diff) |
openjdk-6-common.inc: Switch to FILESPATHPKG =.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/openjdk/openjdk-6-common.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/openjdk/openjdk-6-common.inc b/recipes/openjdk/openjdk-6-common.inc index ebabf6885b..4137e30ad0 100644 --- a/recipes/openjdk/openjdk-6-common.inc +++ b/recipes/openjdk/openjdk-6-common.inc @@ -46,9 +46,7 @@ DEPENDS = "giflib libpng jpeg cups \ DEPENDS_append_arm = " qemu-native " -FILESPATHPKG = "openjdk-6-${PV}" - -FILESPATHPKG_append = ":files" +FILESPATHPKG =. "openjdk-6-${PV}:" # No package should directly depend on this (it should require # java2-runtime instead). |