mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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}"
|
||||
|
||||
@@ -2,12 +2,9 @@ require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r19"
|
||||
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"
|
||||
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
|
||||
inherit native
|
||||
|
||||
do_configure_prepend () {
|
||||
|
||||
@@ -2,11 +2,8 @@ require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r0"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
||||
SRC_URI_append = " file://cross_compile.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
|
||||
inherit sdk
|
||||
|
||||
do_install () {
|
||||
|
||||
@@ -4,7 +4,6 @@ PR = "r14"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \
|
||||
file://dolt.m4"
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
|
||||
PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
|
||||
FILES_${PN} += "${datadir}/aclocal*"
|
||||
|
||||
Reference in New Issue
Block a user