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:
@@ -1,7 +1,6 @@
|
||||
SECTION = "libs"
|
||||
require jpeg_${PV}.bb
|
||||
inherit native
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}"
|
||||
DEPENDS = ""
|
||||
|
||||
do_stage() {
|
||||
|
||||
@@ -12,7 +12,6 @@ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
|
||||
file://ldflags.patch;patch=1 \
|
||||
file://paths.patch;patch=1 \
|
||||
file://libtool_tweak.patch;patch=1"
|
||||
S = "${WORKDIR}/jpeg-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user