diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-19 20:15:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-19 20:15:01 +0100 |
commit | d1cc2c6a2f5198070e9a4270e4a47bafcc502451 (patch) | |
tree | a7b35f45009ca74caa3e966b54bc5e056c0def31 /packages/gnutls/gnutls_2.4.2.bb | |
parent | d894e391d3c56691674ca3ce00df6172539cc8c0 (diff) |
gnutls: don't stage libs with autotools_stage_all, gnutls has a broken autofoo
Diffstat (limited to 'packages/gnutls/gnutls_2.4.2.bb')
-rw-r--r-- | packages/gnutls/gnutls_2.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnutls/gnutls_2.4.2.bb b/packages/gnutls/gnutls_2.4.2.bb index 757155c3b1..ddaef1dea3 100644 --- a/packages/gnutls/gnutls_2.4.2.bb +++ b/packages/gnutls/gnutls_2.4.2.bb @@ -6,4 +6,4 @@ SRC_URI += "\ file://configure_madness.patch;patch=1 \ " -PR = "r2" +PR = "r3" |