summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/pth/pth_2.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/pth/pth_2.0.7.bb')
-rw-r--r--meta/recipes-support/pth/pth_2.0.7.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb
index 83a03b334f..fc9ed16aca 100644
--- a/meta/recipes-support/pth/pth_2.0.7.bb
+++ b/meta/recipes-support/pth/pth_2.0.7.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/pth/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1" 5LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1"
6PR = "r2" 6PR = "r3"
7 7
8python __anonymous () { 8python __anonymous () {
9 import re 9 import re
@@ -13,16 +13,17 @@ python __anonymous () {
13} 13}
14 14
15SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \ 15SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \
16 " 16 file://pth-add-pkgconfig-support.patch"
17 17
18SRC_URI[md5sum] = "9cb4a25331a4c4db866a31cbe507c793" 18SRC_URI[md5sum] = "9cb4a25331a4c4db866a31cbe507c793"
19SRC_URI[sha256sum] = "72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232" 19SRC_URI[sha256sum] = "72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232"
20 20
21PARALLEL_MAKE="" 21PARALLEL_MAKE=""
22 22
23inherit autotools binconfig 23inherit autotools binconfig pkgconfig
24 24
25do_configure() { 25do_configure() {
26 gnu-configize 26 gnu-configize
27 autoconf
27 oe_runconf 28 oe_runconf
28} 29}