diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-14 20:45:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-14 20:45:28 +0000 |
commit | d1bb720841fe4eddeb5519296b78ae5801ed4a6f (patch) | |
tree | 77d9e240df117dd1f06eb015be065995d874ef9c /packages/ppp-dsl | |
parent | 33236898a3b8971b77a8d163f8becc7db038b053 (diff) |
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.
Diffstat (limited to 'packages/ppp-dsl')
-rw-r--r-- | packages/ppp-dsl/ppp-dsl_0.1-monolithic.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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" |