diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-06 15:26:40 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-06 15:26:40 +0000 |
commit | 79669da616b3ed16099076b3f97a0298268209de (patch) | |
tree | b98b0d118cb670190e6e65139650e8e4a2348ab8 /libosip | |
parent | 3678f9524522a78971088e6f77a8f23016cedd64 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/06 16:26:30+01:00 (none)!pb
add missing ${S}
BKrev: 413c81b0ordIGa3qFiZP4TQxdduXGA
Diffstat (limited to 'libosip')
-rw-r--r-- | libosip/libosip_0.9.7.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libosip/libosip_0.9.7.oe b/libosip/libosip_0.9.7.oe index 2b6205a749..7d97482ba2 100644 --- a/libosip/libosip_0.9.7.oe +++ b/libosip/libosip_0.9.7.oe @@ -2,6 +2,9 @@ SECTION = "libs" SRC_URI = "http://handhelds.org/pub/linux/packages/libosip/libosip-0.9.7-hh2.tar.gz" DESCRIPTION = "Session Initiation Protocol (SIP) library" LEAD_SONAME = "libosip\..*" +PR = "hh2r0" + +S = "${WORKDIR}/libosip-0.9.7-hh2" inherit autotools pkgconfig |