diff options
Diffstat (limited to 'meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb index a543044162..c7bf288fab 100644 --- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb +++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.1.bb | |||
| @@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | |||
| 6 | SRC_URI[md5sum] = "1e173df8ee97205f412ff84aa93b8fbe" | 6 | SRC_URI[md5sum] = "1e173df8ee97205f412ff84aa93b8fbe" |
| 7 | SRC_URI[sha256sum] = "35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0" | 7 | SRC_URI[sha256sum] = "35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz" | 9 | SRC_URI = "http://downloads.sourceforge.net/${BPN}/${BP}.tar.gz \ |
| 10 | file://fix-pc.patch;striplevel=2 \ | ||
| 11 | " | ||
| 10 | 12 | ||
| 11 | S="${WORKDIR}/${BPN}" | 13 | S = "${WORKDIR}/${BPN}" |
| 12 | 14 | ||
| 13 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 14 | 16 | ||
| @@ -17,5 +19,5 @@ EXTRA_OECONF = "\ | |||
| 17 | --enable-dot=no \ | 19 | --enable-dot=no \ |
| 18 | --enable-html-docs=no \ | 20 | --enable-html-docs=no \ |
| 19 | --enable-latex-docs=no \ | 21 | --enable-latex-docs=no \ |
| 20 | LDFLAGS=-lpthread \ | 22 | LDFLAGS=-pthread \ |
| 21 | " | 23 | " |
