diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
commit | f907777709b20d8d73e3587026296a6616262229 (patch) | |
tree | e1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/thc/thcrut_1.2.5.bb | |
parent | ad4e12fab01540a845d060daa76bd0d87b78126f (diff) |
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/thc/thcrut_1.2.5.bb')
-rw-r--r-- | packages/thc/thcrut_1.2.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/thc/thcrut_1.2.5.bb b/packages/thc/thcrut_1.2.5.bb index 57e91d3417..2efec91167 100644 --- a/packages/thc/thcrut_1.2.5.bb +++ b/packages/thc/thcrut_1.2.5.bb @@ -6,11 +6,11 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://packetstorm.linuxsecurity.com/groups/thc/thcrut-1.2.5.tar.gz \ - file://configure_in.patch;patch=1;pnum=0" + file://configure_in.patch;patch=1;pnum=0" S = "${WORKDIR}/thcrut-${PV}" -inherit autotools +inherit autotools EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.." |