diff options
author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2022-02-24 04:23:36 -0500 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-02-28 13:50:57 +0100 |
commit | 84e92238e1dab8dad060f17631c2fb3129ef4832 (patch) | |
tree | ebf1919b09af51aecd2162ec4c6a3d6115796636 /recipes-core/xml-commons | |
parent | e553318b292354fc829ca53640d870ef3f5521f9 (diff) | |
download | meta-java-84e92238e1dab8dad060f17631c2fb3129ef4832.tar.gz |
jaxme: update variable names
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/xml-commons')
-rw-r--r-- | recipes-core/xml-commons/jaxme_0.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/xml-commons/jaxme_0.5.2.bb b/recipes-core/xml-commons/jaxme_0.5.2.bb index cf0377a..8411255 100644 --- a/recipes-core/xml-commons/jaxme_0.5.2.bb +++ b/recipes-core/xml-commons/jaxme_0.5.2.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "\ | |||
21 | # SGFactoryChain cannot be resolved to a type | 21 | # SGFactoryChain cannot be resolved to a type |
22 | # ---------- | 22 | # ---------- |
23 | # ... and many more | 23 | # ... and many more |
24 | PNBLACKLIST[jaxme] ?= "BROKEN: do_compile fails" | 24 | SKIP_RECIPE[jaxme] ?= "BROKEN: do_compile fails" |
25 | 25 | ||
26 | S = "${WORKDIR}/ws-${P}" | 26 | S = "${WORKDIR}/ws-${P}" |
27 | 27 | ||