diff options
author | Aws Ismail <aws.ismail@windriver.com> | 2013-02-14 16:51:04 -0500 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-02-14 22:46:38 -0500 |
commit | 86c9e56cec5cdfb09c70f94f5b9447645d450a31 (patch) | |
tree | 56047875269ca2219c6c37880a3553a30bfbac69 /meta-networking | |
parent | f67ed326aa40fff4d264d4723008d7bc43e0fb47 (diff) | |
download | meta-openembedded-86c9e56cec5cdfb09c70f94f5b9447645d450a31.tar.gz |
netcat-openbsd: resolve multilib issues.
Make recipe changes to enable successfull building
when multilib is being used.
Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb index 25cbfa60a..00eec3ea0 100644 --- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb +++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.89.bb | |||
@@ -2,7 +2,7 @@ require netcat.inc | |||
2 | DESCRIPTION = "OpenBSD Netcat" | 2 | DESCRIPTION = "OpenBSD Netcat" |
3 | HOMEPAGE = "http://ftp.debian.org" | 3 | HOMEPAGE = "http://ftp.debian.org" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | DEPENDS += "glib-2.0" | 7 | DEPENDS += "glib-2.0" |
8 | 8 | ||
@@ -14,7 +14,7 @@ SRC_URI[netcat.sha256sum] = "72e844dde8a2a7cba61971d493758dbea9ef0b164bccef15fd4 | |||
14 | SRC_URI[netcat-patch.md5sum] = "00c65aa22243b76998174c733cbb64cc" | 14 | SRC_URI[netcat-patch.md5sum] = "00c65aa22243b76998174c733cbb64cc" |
15 | SRC_URI[netcat-patch.sha256sum] = "d5b6b2bd9788114bdcfbb71acad0263720b4fdc41529e287adf451b8610f84f1" | 15 | SRC_URI[netcat-patch.sha256sum] = "d5b6b2bd9788114bdcfbb71acad0263720b4fdc41529e287adf451b8610f84f1" |
16 | 16 | ||
17 | S = "${WORKDIR}/${PN}-${PV}.orig" | 17 | S = "${WORKDIR}/${BPN}-${PV}.orig" |
18 | 18 | ||
19 | do_configure[noexec] = "1" | 19 | do_configure[noexec] = "1" |
20 | 20 | ||
@@ -27,6 +27,6 @@ do_compile() { | |||
27 | 27 | ||
28 | do_install() { | 28 | do_install() { |
29 | install -d ${D}${bindir} | 29 | install -d ${D}${bindir} |
30 | install -m 755 ${S}/nc ${D}${bindir}/nc.${PN} | 30 | install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} |
31 | } | 31 | } |
32 | ALTERNATIVE_PRIORITY = "50" | 32 | ALTERNATIVE_PRIORITY = "50" |