diff options
-rw-r--r-- | recipes-gnome/gnome/orbit2-native_2.14.12.bb | 1 | ||||
-rw-r--r-- | recipes-gnome/gnome/orbit2.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-gnome/gnome/orbit2-native_2.14.12.bb b/recipes-gnome/gnome/orbit2-native_2.14.12.bb index bf69e99dce..1db2496c35 100644 --- a/recipes-gnome/gnome/orbit2-native_2.14.12.bb +++ b/recipes-gnome/gnome/orbit2-native_2.14.12.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "CORBA ORB" | 1 | DESCRIPTION = "CORBA ORB" |
2 | PR = "r0" | 2 | PR = "r0" |
3 | LICENSE = "LGPL GPL" | 3 | LICENSE = "LGPL GPL" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | SECTION = "x11/gnome/libs" | 5 | SECTION = "x11/gnome/libs" |
5 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ | 6 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \ |
6 | file://configure-lossage.patch \ | 7 | file://configure-lossage.patch \ |
diff --git a/recipes-gnome/gnome/orbit2.inc b/recipes-gnome/gnome/orbit2.inc index 157d8d9230..51978909be 100644 --- a/recipes-gnome/gnome/orbit2.inc +++ b/recipes-gnome/gnome/orbit2.inc | |||
@@ -9,6 +9,8 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.b | |||
9 | DEPENDS = "libidl popt orbit2-native gtk-doc" | 9 | DEPENDS = "libidl popt orbit2-native gtk-doc" |
10 | PARALLEL_MAKE = "" | 10 | PARALLEL_MAKE = "" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
13 | |||
12 | FILES_${PN} += "${libdir}/orbit-2.0/*.so" | 14 | FILES_${PN} += "${libdir}/orbit-2.0/*.so" |
13 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la" | 15 | FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la" |
14 | FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" | 16 | FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug" |