diff options
| -rw-r--r-- | meta/packages/icon-naming-utils/icon-naming-utils-native_0.8.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/icon-naming-utils/icon-naming-utils-native_0.8.2.bb b/meta/packages/icon-naming-utils/icon-naming-utils-native_0.8.2.bb index 4384d15138..68d0667670 100644 --- a/meta/packages/icon-naming-utils/icon-naming-utils-native_0.8.2.bb +++ b/meta/packages/icon-naming-utils/icon-naming-utils-native_0.8.2.bb | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
| 2 | DEPENDS = "libxml-simple-perl-native" | 2 | DEPENDS = "libxml-simple-perl-native" |
| 3 | PR = "r1" | ||
| 3 | 4 | ||
| 4 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.2.tar.gz" | 5 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.2.tar.gz" |
| 5 | 6 | ||
| 6 | S = "${WORKDIR}/icon-naming-utils-${PV}" | 7 | S = "${WORKDIR}/icon-naming-utils-${PV}" |
| 7 | 8 | ||
| 8 | inherit autotools native \ No newline at end of file | 9 | inherit autotools native |
