diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 14:46:57 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 14:46:57 +0200 |
commit | 286295c78c0b916b33641763af2cb046922f44a5 (patch) | |
tree | 5cf050ca13c325cfb84c575e47d18bf8e2520613 /recipes | |
parent | 31bfc36508bb44f9116875c0c21fcb5c238bea22 (diff) |
gnome-bluetooth: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/gnome-bluetooth_2.27.3.bb | 21 | ||||
-rw-r--r-- | recipes/gnome/gnome-bluetooth_2.27.4.bb | 18 |
2 files changed, 0 insertions, 39 deletions
diff --git a/recipes/gnome/gnome-bluetooth_2.27.3.bb b/recipes/gnome/gnome-bluetooth_2.27.3.bb deleted file mode 100644 index 61e1e58a71..0000000000 --- a/recipes/gnome/gnome-bluetooth_2.27.3.bb +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" - -inherit autotools gnome pkgconfig - -GBTREV = "609" -SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;rev=${GBTREV};proto=http" -S = "${WORKDIR}/trunk" -PV = "2.27.3+svnr${GBTREV}" -PR = "r1" - -DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" -RRECOMMENDS_${PN} += "obexd obex-data-server" -RCONFLICTS_${PN} = "bluez-gnome" - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am - echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make - echo "EXTRA_DIST = version.xml" > gtk-doc.make -} - diff --git a/recipes/gnome/gnome-bluetooth_2.27.4.bb b/recipes/gnome/gnome-bluetooth_2.27.4.bb deleted file mode 100644 index 3616cdefbd..0000000000 --- a/recipes/gnome/gnome-bluetooth_2.27.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11/gnome" - -inherit autotools gnome pkgconfig - -DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" -RRECOMMENDS_${PN} += "obexd obex-data-server" -RCONFLICTS_${PN} = "bluez-gnome" - -do_configure_prepend() { - sed -i -e s:docs::g ${S}/Makefile.am - echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make - echo "EXTRA_DIST = version.xml" > gtk-doc.make -} - - -SRC_URI[archive.md5sum] = "e34180aa90d5d718b819572b21b76d08" -SRC_URI[archive.sha256sum] = "250fede462d5ec0576c0ab9c7f965fb56dc5de6e1180405da8cf0e867a2eca3a" |