mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
pkgconfig-sdk: Fix configure failure issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3508 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
require pkgconfig.inc
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
|
||||
|
||||
SRC_URI += "file://autofoo.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/pkg-config-${PV}/"
|
||||
inherit sdk
|
||||
DEPENDS = ""
|
||||
|
||||
do_configure() {
|
||||
gnu-configize
|
||||
libtoolize --force
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ It replaces the ubiquitous *-config scripts you may have \
|
||||
seen with a single tool."
|
||||
HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
|
||||
LICENSE = "GPL"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
|
||||
file://sysroot-support.patch;patch=1 \
|
||||
|
||||
Reference in New Issue
Block a user