git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf8a349
)
libnxml: convert to new style staging
author
Michael Lippautz
<michael.lippautz@gmail.com>
Sun, 9 May 2010 08:43:39 +0000
(10:43 +0200)
committer
Michael Lippautz
<michael.lippautz@gmail.com>
Sun, 9 May 2010 08:43:39 +0000
(10:43 +0200)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
recipes/libnxml/libnxml.inc
patch
|
blob
|
history
diff --git
a/recipes/libnxml/libnxml.inc
b/recipes/libnxml/libnxml.inc
index
7a777da
..
af2ee87
100644
(file)
--- a/
recipes/libnxml/libnxml.inc
+++ b/
recipes/libnxml/libnxml.inc
@@
-4,12
+4,8
@@
LICENSE = "LGPL"
DEPENDS = "curl"
-INC_PR = "r
0
"
+INC_PR = "r
1
"
inherit autotools pkgconfig
SRC_URI = "http://www.autistici.org/bakunin/libnxml/libnxml-${PV}.tar.gz"
-
-do_stage() {
- autotools_stage_all
-}