diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-07-07 18:36:04 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-07-10 14:25:47 -0300 |
commit | 68c5927ab4971e93f4a5929b6e28edce92c53b8b (patch) | |
tree | 28366f39b102a8de96a7b6873151a5adbda42fb5 /recipes/libgpg-error/libgpg-error.inc | |
parent | 9ae853a7edbe27f42f64bf9213772a28e925c0d3 (diff) |
libgpg-error: convert to INC_PR usage
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/libgpg-error/libgpg-error.inc')
-rw-r--r-- | recipes/libgpg-error/libgpg-error.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libgpg-error/libgpg-error.inc b/recipes/libgpg-error/libgpg-error.inc index 6fcc9202b2..400c1668a6 100644 --- a/recipes/libgpg-error/libgpg-error.inc +++ b/recipes/libgpg-error/libgpg-error.inc @@ -8,6 +8,8 @@ DEPENDS += "virtual/libiconv" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \ file://pkgconfig.patch;patch=1" +INC_PR = "r6" + # move libgpg-error-config into -dev package FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}/*" |