| Submitter | Paul Menzel |
|---|---|
| Date | April 3, 2011, 8:25 p.m. |
| Message ID | <1301862306.12068.13.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/1901/ |
| State | Accepted |
| Commit | 556819235f501bf762c8d8cc9f41a1a8244b106f |
| Headers | show |
Comments
Patch
diff --git a/recipes/gpe-package/gpe-package_0.4.bb b/recipes/gpe-package/gpe-package_0.4.bb index 1188843..1c192d8 100644 --- a/recipes/gpe-package/gpe-package_0.4.bb +++ b/recipes/gpe-package/gpe-package_0.4.bb @@ -7,7 +7,7 @@ DEPENDS = "libipkg libpcre libgpewidget" PR = "r3" -inherit gpe pkgconfig +inherit gpe SRC_URI += " file://sbin-and-no-suid-install.patch \ file://gpe-package"
Date: Tue, 22 Mar 2011 08:58:55 +0100 The recipe does not ship any pkg-config files. $ find minimal-dev/work/armv7a-oe-linux-gnueabi/gpe-package-0.4-r3/ -name *.pc $ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- recipes/gpe-package/gpe-package_0.4.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)