Message ID | 20250930034935.89622-3-vanusuri@mvista.com |
---|---|
State | New |
Headers | show |
Series | [yocto-patches,meta-cgl,v2,1/3] recipes: Fix whitespace warnings | expand |
diff --git a/meta-cgl-common/recipes-cgl/ucarp/ucarp_1.5.2.bb b/meta-cgl-common/recipes-cgl/ucarp/ucarp_1.5.2.bb index d221814..8a2737b 100644 --- a/meta-cgl-common/recipes-cgl/ucarp/ucarp_1.5.2.bb +++ b/meta-cgl-common/recipes-cgl/ucarp/ucarp_1.5.2.bb @@ -42,6 +42,10 @@ EXTRA_OECONF += "--sysconfdir=${sysconfdir}/${BPN}" # fix the perms for config.rpath do_configure:prepend() { chmod 755 ${S}/config.rpath + # Make sure po directory is writable by current user + if [ -d "${S}/po" ]; then + chmod -R u+rw ${S}/po + fi } do_install:append() {