From: Paul Sokolovsky Date: Mon, 14 Jan 2008 20:45:28 +0000 (+0000) Subject: ppp-dsl 0.1-monolithic: Drop botched recipe. X-Git-Tag: Release-2010-05/1~7922^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bb720841fe4eddeb5519296b78ae5801ed4a6f;p=openembedded.git ppp-dsl 0.1-monolithic: Drop botched recipe. * Commit message read "ppp-dsl: added ppp-dsl version for monolithic kernels." Few issues: a) there's no need to have version of userspace app for "monolithic" kernels; b) The recipes doesn't contain any changes comparing to original recipe; c) It should not be "version", it always should be "package". This indeed adds the version, which shadows the normal one. --- diff --git a/packages/ppp-dsl/ppp-dsl_0.1-monolithic.bb b/packages/ppp-dsl/ppp-dsl_0.1-monolithic.bb deleted file mode 100644 index 216c87fffd..0000000000 --- a/packages/ppp-dsl/ppp-dsl_0.1-monolithic.bb +++ /dev/null @@ -1,5 +0,0 @@ -include ppp-dsl_0.1.bb - -RDEPENDS = "ppp rp-pppoe" - -S = "${WORKDIR}/ppp-dsl-0.1"