| Submitter | Robert P. J. Day |
|---|---|
| Date | March 25, 2012, 11:22 a.m. |
| Message ID | <alpine.DEB.2.02.1203250721040.19959@oneiric> |
| Download | mbox | patch |
| Permalink | /patch/24497/ |
| State | New |
| Headers | show |
Comments
On Sun, 2012-03-25 at 07:22 -0400, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Merged to master, thanks.
Richard
Patch
diff --git a/meta/recipes-core/images/core-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb index 7b7f700..df2fab1 100644 --- a/meta/recipes-core/images/core-image-minimal-mtdutils.bb +++ b/meta/recipes-core/images/core-image-minimal-mtdutils.bb @@ -3,7 +3,7 @@ # require core-image-minimal.bb -DESCRIPTION = "A core-image-minimal image that has support the Minimal MTD \ +DESCRIPTION = "A core-image-minimal image that supports the Minimal MTD \ Utilities, which let the user interact with the MTD subsystem in the kernel \ to perform operations on flash devices."
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---