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:
b8de898
)
move libgpg-error-config into -dev package
author
Phil Blundell
<philb@gnu.org>
Sun, 13 Jun 2004 17:03:49 +0000
(17:03 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 13 Jun 2004 17:03:49 +0000
(17:03 +0000)
BKrev: 40cc88f5t8DYLofjazrsHR5bB665rA
libgpg-error/libgpg-error_0.7.oe
patch
|
blob
|
history
diff --git
a/libgpg-error/libgpg-error_0.7.oe
b/libgpg-error/libgpg-error_0.7.oe
index
190178c
..
c4ef312
100644
(file)
--- a/
libgpg-error/libgpg-error_0.7.oe
+++ b/
libgpg-error/libgpg-error_0.7.oe
@@
-1,3
+1,4
@@
+PR = "r1"
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
PRIORITY = "optional"
@@
-5,6
+6,10
@@
LICENSE = "GPL LGPL FDL"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz"
+# move libgpg-error-config into -dev package
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}"
+
inherit autotools
do_stage() {