[oe-commits] [meta-openembedded] 01/129: netcat-openbsd: correct subdir for SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:10:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch pyro-next
in repository meta-openembedded.

commit e2ac3b4b93eb402b05489dec9bd46e707108ae39
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Fri Apr 28 17:02:21 2017 +0800

    netcat-openbsd: correct subdir for SRC_URI
    
    * Correct subdir to let the second source file
      netcat-openbsd_${PV}-7.debian.tar.gz unpacked
      under the correct folder to avoid below error
      when do_patch in multilib env.
      | DEBUG: Executing python function do_patch
      | DEBUG: Executing shell function netcat_do_patch
      | No patch removed
      | No series file found
      | WARNING: exit code 2 from a shell command.
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
index 76a32a5..9d7420f 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
@@ -8,7 +8,7 @@ DEPENDS += "glib-2.0 libbsd"
 do_patch[depends] = "quilt-native:do_populate_sysroot"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_${PV}.orig.tar.gz;name=netcat \
-           ${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_${PV}-7.debian.tar.gz;name=netcat-patch;subdir=${PN}-${PV} \
+           ${DEBIAN_MIRROR}/main/n/netcat-openbsd/netcat-openbsd_${PV}-7.debian.tar.gz;name=netcat-patch;subdir=${BP} \
            file://0001-bundle-own-base64-encode-decode-functions.patch \
            "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list