mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
pkgconfig-sdk: Fix duplicate patch application
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4277 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
require pkgconfig.inc
|
require pkgconfig.inc
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
|
||||||
|
|
||||||
SRC_URI += "file://autofoo.patch;patch=1"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/pkg-config-${PV}/"
|
S = "${WORKDIR}/pkg-config-${PV}/"
|
||||||
inherit sdk
|
inherit sdk
|
||||||
DEPENDS = ""
|
DEPENDS = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user