diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 21:23:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:56:01 +0000 |
commit | 42b99689de756a589ea92b7245d1e14dadc57fd4 (patch) | |
tree | 8e9b8df32fabc751056b039c59b0f104dd2e7ae4 | |
parent | 9ed25ef22f317e07f970b5820dfd1ce45d009006 (diff) | |
download | poky-42b99689de756a589ea92b7245d1e14dadc57fd4.tar.gz |
opkg: Drop unnecessary FILESDIR setting
(From OE-Core rev: e869731f80d8c0059b44a7029543b8943fd07653)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index 250eaa8582..f157188947 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -11,8 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
11 | PE = "1" | 11 | PE = "1" |
12 | INC_PR = "r11" | 12 | INC_PR = "r11" |
13 | 13 | ||
14 | FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg" | ||
15 | |||
16 | # Werror gives all kinds bounds issuses with gcc 4.3.3 | 14 | # Werror gives all kinds bounds issuses with gcc 4.3.3 |
17 | do_configure_prepend() { | 15 | do_configure_prepend() { |
18 | sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am | 16 | sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am |