rpm-native: Fix 'uuid_rc_t' undeclared error when compiling
authorMark Hatle <mark.hatle@windriver.com>
Sun, 30 Sep 2012 00:19:15 +0000 (19:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 10:40:49 +0000 (11:40 +0100)
commite233d231e79afe2bd03667d698efe54f6d30bb17
tree11a492b2dbb59f712aaec26f811d66b5a0f439b9
parent59a2e18d6258b95feda9fc84952e52c0f8ed8320
rpm-native: Fix 'uuid_rc_t' undeclared error when compiling

When attempting to build with uuid and all tests compiling will error because
uuid.h doesn't exist in the rpm tarball. Fix this by changing the include to
use the one in ossp which solves the issue.

The recipe already depends on ossp so ossp/uuid.h will be there when rpm-native
is built.

(From OE-Core rev: 52ae2c2439bcb78323f61a3666e9b630b3a40b15)

Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/rpm-uuid-include.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.9.bb