diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-13 09:35:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-13 09:35:31 +0000 |
commit | c7c7454696bde472d2671c796f1d5336164ea20a (patch) | |
tree | e07dfe1cbb9fdceed97703660cfeef918f4309ca /meta/packages/libetpan | |
parent | 936511599125185d5c6ef988401b0ce740a48827 (diff) | |
download | poky-c7c7454696bde472d2671c796f1d5336164ea20a.tar.gz |
libetpan: mark cxx-is-here as a patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4466 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libetpan')
-rw-r--r-- | meta/packages/libetpan/libetpan_0.54.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libetpan/libetpan_0.54.bb b/meta/packages/libetpan/libetpan_0.54.bb index 0e2c5ab81a..7ad0f54f2c 100644 --- a/meta/packages/libetpan/libetpan_0.54.bb +++ b/meta/packages/libetpan/libetpan_0.54.bb | |||
@@ -4,9 +4,10 @@ HOMEPAGE = "http://www.etpan.org" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | DEPENDS = "curl expat gnutls" | 5 | DEPENDS = "curl expat gnutls" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ |
9 | file://cxx-is-here.patch" | 10 | file://cxx-is-here.patch;patch=1" |
10 | 11 | ||
11 | inherit autotools pkgconfig gettext binconfig | 12 | inherit autotools pkgconfig gettext binconfig |
12 | 13 | ||