diff options
Diffstat (limited to 'recipes/jlex')
-rw-r--r-- | recipes/jlex/jlex-native_1.2.6.bb | 2 | ||||
-rw-r--r-- | recipes/jlex/jlex_1.2.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/jlex/jlex-native_1.2.6.bb b/recipes/jlex/jlex-native_1.2.6.bb index 305a729ed9..1d0ea52143 100644 --- a/recipes/jlex/jlex-native_1.2.6.bb +++ b/recipes/jlex/jlex-native_1.2.6.bb @@ -3,7 +3,7 @@ require jlex_${PV}.bb inherit java-native DEPENDS += "virtual/java-native" -RDEPENDS = "" +RDEPENDS_${PN} = "" do_configure() { sed -i \ diff --git a/recipes/jlex/jlex_1.2.6.bb b/recipes/jlex/jlex_1.2.6.bb index ba8d8e763e..65a6e9aca2 100644 --- a/recipes/jlex/jlex_1.2.6.bb +++ b/recipes/jlex/jlex_1.2.6.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Lexical analyzer generator for Java" AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" DEPENDS = "fastjar-native" -RDEPENDS = "java2-runtime" +RDEPENDS_${PN} = "java2-runtime" inherit java-library |