]> code.ossystems Code Review - openembedded-core.git/commit
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:14:42 +0000 (11:14 +0100)
commit52ae2c2439bcb78323f61a3666e9b630b3a40b15
tree4f9d6cc7f9f4530ff4d5bb3dbfe3d48f6bbb70b1
parente234af467eac7d0313fae3e87eb1b34725309bb5
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.

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