From 4ae7c0c40e1f8fccc98d2f58cf61ef58c5a27da6 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 20 Jul 2016 11:48:36 +0200 Subject: do_unpackpost: explicitly set working directory bitbake rev 67a7b8b02 "build: don't use $B as the default cwd for functions" (included in current bitbake master) breaks the assumption that do_unpackpost runs inside the build directory. Now that has to be set explicitly, which is also okay for older bitbake versions. Signed-off-by: Patrick Ohly Signed-off-by: Otavio Salvador --- recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/xml-commons') diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb index 5853895..77556fc 100644 --- a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb +++ b/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb @@ -13,6 +13,7 @@ S = "${WORKDIR}/xml-commons-resolver-${PV}" DEPENDS = "fastjar-native jaxp1.3" DEPENDS_virtclass-native = "fastjar-native jaxp1.3-native" +do_unpackpost[dirs] = "${B}" do_unpackpost() { find src -exec \ sed -i -e "s|@impl.name@|XmlResolver|" \ -- cgit v1.2.3-54-g00ecf