diff options
author | Holger Freyther <zecke@selfish.org> | 2006-05-19 20:31:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-19 20:31:50 +0000 |
commit | cb5660d3a28e9d8e0b67866781f78f250c371994 (patch) | |
tree | f3a671bea39cd07e8f9dcbffd36a6816525db419 /packages/libcroco/libcroco_0.6.0.bb | |
parent | 25f4dd6a42293e3e7c2644d53d22d3a049975dc6 (diff) |
packages/libcroco: Fix generation of libcroco*.pc to not include /usr/include
Change autofoo to not put /usr/include into the CFlags, same
applies to the library flags.
GNU master phil crafted this patch - which I'm not able to
understand...
Diffstat (limited to 'packages/libcroco/libcroco_0.6.0.bb')
-rw-r--r-- | packages/libcroco/libcroco_0.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/libcroco/libcroco_0.6.0.bb b/packages/libcroco/libcroco_0.6.0.bb index bbed9e4fb3..ead05af413 100644 --- a/packages/libcroco/libcroco_0.6.0.bb +++ b/packages/libcroco/libcroco_0.6.0.bb @@ -7,6 +7,8 @@ PR = "r1" inherit autotools pkgconfig gnome +SRC_URI_append = " file://croco.patch;patch=1 " + do_stage() { install -d ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/libcroco |