aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgsm
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-03-21 23:26:51 -0500
committerMike Westerhof <mwester@dls.net>2009-03-21 23:26:51 -0500
commit34be9d4ae444d7109c3ea7232671bc63ec73918c (patch)
treef08bab564971dc9ac712677a286bbcfc044e31f6 /recipes/libgsm
parent807d0af14bd12290c0471726c49d2e8658b11346 (diff)
downloadopenembedded-34be9d4ae444d7109c3ea7232671bc63ec73918c.tar.gz
libgsm, bogofilter, man: fix misuse of FILESDIR
(Required to make these build again after some earlier changes)
Diffstat (limited to 'recipes/libgsm')
-rw-r--r--recipes/libgsm/libgsm_1.0.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libgsm/libgsm_1.0.10.bb b/recipes/libgsm/libgsm_1.0.10.bb
index 93d042ed36..ec740431a7 100644
--- a/recipes/libgsm/libgsm_1.0.10.bb
+++ b/recipes/libgsm/libgsm_1.0.10.bb
@@ -4,12 +4,12 @@ PRIORITY = "optional"
#DEPENDS = ""
LICENSE = "libgsm"
-PR = "r1"
+PR = "r2"
inherit pkgconfig gpe
SRC_URI = "http://www.netsw.org/audio/convert/gsm-${PV}.tar.gz \
- file://${FILESDIR}/libgsm_patch;patch=1;pnum=0"
+ file://libgsm_patch;patch=1;pnum=0"
S = "${WORKDIR}/gsm-1.0-pl10/"