1
0
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:
Richard Purdie
2008-01-17 12:49:38 +00:00
parent bb48bd4cc4
commit 9a3cb74139
2 changed files with 3 additions and 7 deletions
@@ -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
}
+1 -1
View File
@@ -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 \