mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -3,7 +3,6 @@ require libtool_${PV}.bb
|
||||
|
||||
PR = "r23"
|
||||
PACKAGES = ""
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
||||
SRC_URI_append = " file://cross_compile.patch;patch=1 \
|
||||
file://prefix.patch;patch=1"
|
||||
|
||||
@@ -16,8 +15,6 @@ DOLT_PATCH_i586 = " file://add_dolt.patch;patch=1"
|
||||
#SRC_URI_append_linux = "${DOLT_PATCH}"
|
||||
#SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}"
|
||||
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
|
||||
prefix = "${STAGING_DIR_NATIVE}${layout_prefix}"
|
||||
exec_prefix = "${STAGING_DIR_NATIVE}${layout_exec_prefix}"
|
||||
bindir = "${STAGING_BINDIR_NATIVE}"
|
||||
|
||||
Reference in New Issue
Block a user