projects
/
scm
/
bb
/
meta-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6fcc3
)
rpm: don't build-depend on make
45/23945/1
author
Ross Burton
<ross.burton@intel.com>
Fri, 4 Jul 2014 09:52:32 +0000
(10:52 +0100)
committer
Ross Burton
<ross.burton@intel.com>
Fri, 4 Jul 2014 14:13:05 +0000
(15:13 +0100)
There's no need for rpm to build-depend on make.
Change-Id: Id5b79180e55e4549ee2e09de3ca6acd2e5849254
Signed-off-by: Ross Burton <ross.burton@intel.com>
recipes-tizen/rpm/rpm-extraconf.inc
patch
|
blob
|
history
diff --git
a/recipes-tizen/rpm/rpm-extraconf.inc
b/recipes-tizen/rpm/rpm-extraconf.inc
index
239bdc4
..
41ee0f1
100644
(file)
--- a/
recipes-tizen/rpm/rpm-extraconf.inc
+++ b/
recipes-tizen/rpm/rpm-extraconf.inc
@@
-14,6
+14,7
@@
DEPENDS += "smack-native"
DEPENDS += "acl-native"
DEPENDS += "lua-native"
DEPENDS += "python-native"
+DEPENDS_remove = "make"
CFLAGS_append = " -DRPM_VENDOR_OE "