diff options
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index d56216f071..4e1e931774 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -11,10 +11,10 @@ inherit autotools gettext update-alternatives | |||
11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath" | 11 | EXTRA_OECONF = "--with-libc --enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} --with-ssl=openssl --disable-rpath" |
12 | 12 | ||
13 | do_install_append () { | 13 | do_install_append () { |
14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} | 14 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${BPN} |
15 | } | 15 | } |
16 | 16 | ||
17 | ALTERNATIVE_NAME = "wget" | 17 | ALTERNATIVE_NAME = "wget" |
18 | ALTERNATIVE_LINK = "${bindir}/wget" | 18 | ALTERNATIVE_LINK = "${bindir}/wget" |
19 | ALTERNATIVE_PATH = "${bindir}/wget.${PN}" | 19 | ALTERNATIVE_PATH = "${bindir}/wget.${BPN}" |
20 | ALTERNATIVE_PRIORITY = "100" | 20 | ALTERNATIVE_PRIORITY = "100" |