diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /nonworking/ppp | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'nonworking/ppp')
-rw-r--r-- | nonworking/ppp/ppp_2.4.1+cvs20040427.bb | 0 | ||||
-rw-r--r-- | nonworking/ppp/ppp_2.4.1+cvs20040427.oe | 35 |
2 files changed, 0 insertions, 35 deletions
diff --git a/nonworking/ppp/ppp_2.4.1+cvs20040427.bb b/nonworking/ppp/ppp_2.4.1+cvs20040427.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/ppp/ppp_2.4.1+cvs20040427.bb diff --git a/nonworking/ppp/ppp_2.4.1+cvs20040427.oe b/nonworking/ppp/ppp_2.4.1+cvs20040427.oe deleted file mode 100644 index 2984686740..0000000000 --- a/nonworking/ppp/ppp_2.4.1+cvs20040427.oe +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Point-to-Point Protocol (PPP) daemon" - -DEPENDS = "libpcap-0.7.2 openssl" - -PACKAGES =+ "${PN}-plugins" - -FILES_${PN}-plugins = /usr/lib/pppd/* - -SRC_URI = "http://handhelds.org/~zecke/downloads/tmp/ppp-cvs-20040427.tar.gz \ - file://008_pathnames.h.diff;patch=1 \ - file://011_scripts_redialer.diff;patch=1 \ - file://018_ip-up_option.diff;patch=1 \ - file://057_pppoe-interface-change;patch=1 \ - file://auth_hook_segfault;patch=1 \ - file://cifdefroute.dif;patch=1 \ - file://close_devfd;patch=1 \ - file://fix_closed_fds;patch=1 \ - file://no_crypt_hack;patch=1 \ - file://ppp-2.3.11-oedod.dif;patch=1 \ - file://ppp-2.4.2-stripMSdomain;patch=1 \ - file://pppdump-no-deflate;patch=1 \ - file://pppoe_discovery;patch=1 \ - file://setevn_call_file;patch=1 \ - file://syslog_local2;patch=1 \ - file://use_openssl;patch=1 \ - file://install_and_cc.patch;patch=1 \ - file://mppe-signed.patch;patch=1 " - -S = "${WORKDIR}/ppp" - -inherit autotools libtool - -EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip" -EXTRA_OECONF = --disable-strip - |