diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-15 23:31:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-15 23:31:24 +0000 |
commit | b737adc1d5921dde15403646e75d62672a12b24e (patch) | |
tree | 80f57b895c5f963b6bb0145061a27a6b8aaf1c1b /curl/curl_7.12.0.oe | |
parent | e21e82fe32560d07e677b1832f4d0b473d0fb6d9 (diff) |
Fix a typo in curl.pc, and make curl inherit pkgconfig.
BKrev: 40f713ccNIr5wqcSPwVvJBJiUtP7dw
Diffstat (limited to 'curl/curl_7.12.0.oe')
-rw-r--r-- | curl/curl_7.12.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl/curl_7.12.0.oe b/curl/curl_7.12.0.oe index 5d0b6702f0..0ef89dd167 100644 --- a/curl/curl_7.12.0.oe +++ b/curl/curl_7.12.0.oe @@ -13,7 +13,7 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://m4.patch;patch=1 \ file://pkgconfig.patch;patch=1" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ --without-ssl --with-random=/dev/urandom" |