diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-05 10:59:08 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-05 10:59:08 +0000 |
commit | 29c1d9d91c89f2a2e6414b3a08656630d91d94ca (patch) | |
tree | 77d6e354a1920e8a108b6d011d4c313ee5a358cc | |
parent | 3af8669e5540d4d402ff5524caa7cf18ef4055dd (diff) |
rationalise libosip situation a bit to avoid ipkg confusion
BKrev: 413af17c32TjhNXUjbuKpIvxKXLIDQ
-rw-r--r-- | libosip/libosip_0.9.7-hh2.oe | 0 | ||||
-rw-r--r-- | libosip/libosip_0.9.7.oe | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libosip/libosip_0.9.7-hh2.oe b/libosip/libosip_0.9.7-hh2.oe deleted file mode 100644 index e69de29bb2..0000000000 --- a/libosip/libosip_0.9.7-hh2.oe +++ /dev/null diff --git a/libosip/libosip_0.9.7.oe b/libosip/libosip_0.9.7.oe index 41a4976fcf..2b6205a749 100644 --- a/libosip/libosip_0.9.7.oe +++ b/libosip/libosip_0.9.7.oe @@ -1,9 +1,9 @@ SECTION = "libs" -SRC_URI = "http://simon.morlat.free.fr/download/0.12.2/source/libosip-0.9.7.tar.gz" +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\..*" -inherit autotools +inherit autotools pkgconfig do_configure_prepend() { rm -f acinclude.m4 |