mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
opkg: Drop unnecessary FILESDIR setting
(From OE-Core rev: e869731f80d8c0059b44a7029543b8943fd07653) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,8 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
PE = "1"
|
||||
INC_PR = "r11"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg"
|
||||
|
||||
# Werror gives all kinds bounds issuses with gcc 4.3.3
|
||||
do_configure_prepend() {
|
||||
sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am
|
||||
|
||||
Reference in New Issue
Block a user