Comments
Patch
@@ -6,7 +6,7 @@ LICENSE = "GPLv2 & MIT"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \
"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-${PV}.tar.gz \
"
@@ -25,5 +25,5 @@ inherit autotools pkgconfig
do_install_append() {
# those contain only docs, not necessary for now.
install -m 0755 -d ${D}${docdir}
- mv ${D}${datadir}/libatomic_ops ${D}${docdir}/${PN}
+ mv ${D}${datadir}/libatomic_ops ${D}${docdir}/${BPN}
}