diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-11 20:10:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 20:10:52 +0000 |
commit | 467a83675ee1812f1caf4898d2fb036c66867790 (patch) | |
tree | e5d5e0ce01b8df55bf5cf3746ce9a17d828887f2 | |
parent | bece5b20b67cbd731804da824758eda49875eef9 (diff) |
Add a patch to run ranlib on 2 libraries (bug 172)
-rw-r--r-- | packages/ppp/ppp_2.4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ppp/ppp_2.4.3.bb b/packages/ppp/ppp_2.4.3.bb index f01813bf60..da1516ff8e 100644 --- a/packages/ppp/ppp_2.4.3.bb +++ b/packages/ppp/ppp_2.4.3.bb @@ -9,6 +9,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ file://makefile.patch;patch=1 \ file://cifdefroute.patch;patch=1 \ file://pppd-resolv-varrun.patch;patch=1 \ + file://ranlib.patch;patch=1 \ file://pon \ file://poff \ file://init \ |